14#ifndef LTC2488_USER_CONFIG_H_
15#define LTC2488_USER_CONFIG_H_
28#if !defined(ACTIVE_PLATFORM)
29#define ACTIVE_PLATFORM STM32_PLATFORM
32#if (ACTIVE_PLATFORM == STM32_PLATFORM)
34#define spi_init_extra_params stm32_spi_extra_init_params
35#define uart_extra_init_params stm32_uart_extra_init_params
37#error "No/Invalid active platform selected"
The file contain common macros that needs to be followed same across all the projects.
struct ltc2488_dev_init ltc2488_init_str
Definition ltc2488_user_config.c:25
Header file for STM32 platform configurations.
Device driver initialization parameters.
Definition ltc2488.h:98