diff --git a/include/sta/stm32/mcu/common.hpp b/include/sta/stm32/mcu/common.hpp index f10bd2a..4ec69e8 100644 --- a/include/sta/stm32/mcu/common.hpp +++ b/include/sta/stm32/mcu/common.hpp @@ -9,4 +9,8 @@ #define STA_MCU_LITTLE_ENDIAN +// Enable STM32 platform +#define STA_PLATFORM_STM32 + + #endif // STA_CORE_STM32_MCU_COMMON_HPP