2022-05-09 21:19:06 +02:00

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