28#define MBED_PLATFORM 1
29#define STM32_PLATFORM 2
40#if !defined(ACTIVE_PLATFORM)
41#define ACTIVE_PLATFORM STM32_PLATFORM
44#if (ACTIVE_PLATFORM == MBED_PLATFORM)
46#define spi_init_extra_params mbed_spi_extra_init_params
48#include "app_config_stm32.h"
49#define spi_init_extra_params stm32_spi_extra_init_params
50#define uart_extra_init_params stm32_uart_extra_init_params
Header file for Mbed platform configurations.