From 326f56153800491cdd381c54bce02e5ce8afe641 Mon Sep 17 00:00:00 2001 From: Henrik Stickann <4376396-Mithradir@users.noreply.gitlab.com> Date: Fri, 20 Jan 2023 02:46:11 +0100 Subject: [PATCH] Enable STM32 platform in MCU config header --- include/sta/stm32/mcu/common.hpp | 4 ++++ 1 file changed, 4 insertions(+) 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