mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-08-05 18:21:54 +00:00
Some fixes to ensure compatibility of arduino branch with stm32 features
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user