Enable STM32 platform in MCU config header

This commit is contained in:
Henrik Stickann 2023-01-20 02:46:11 +01:00
parent c63f5e0ffc
commit 326f561538

View File

@ -9,4 +9,8 @@
#define STA_MCU_LITTLE_ENDIAN
// Enable STM32 platform
#define STA_PLATFORM_STM32
#endif // STA_CORE_STM32_MCU_COMMON_HPP