Some fixes to ensure compatibility of arduino branch with stm32 features

This commit is contained in:
dario
2024-06-03 23:36:14 +02:00
parent dcc4bd2720
commit e811292ffc
3 changed files with 8 additions and 31 deletions

View File

@@ -5,6 +5,9 @@
#ifndef STA_CORE_STM32_INIT_HPP
#define STA_CORE_STM32_INIT_HPP
#include <config.h>
#ifdef STA_PLATFORM_STM32
#include <sta/devices/stm32/hal.hpp>
namespace sta
@@ -17,5 +20,6 @@ namespace sta
void initHAL();
} // namespace sta
#endif // STA_PLATFORM_STM32
#endif // STA_CORE_STM32_INIT_HPP