mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-06-10 16:55:58 +00:00
9 lines
130 B
C++
9 lines
130 B
C++
#ifndef STA_STM32_HAL_HPP
|
|
#define STA_STM32_HAL_HPP
|
|
|
|
// Include STM32 HAL headers
|
|
#include <main.h>
|
|
|
|
|
|
#endif // STA_STM32_HAL_HPP
|