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

21 lines
274 B
C++

/**
* @file
* @brief Global STM32 HAL initialization.
*/
#ifndef STA_STM32_INIT_HPP
#define STA_STM32_INIT_HPP
namespace sta
{
/**
* @brief Initialize global HAL objects.
*
* @ingroup stm32
*/
void initHAL();
} // namespace sta
#endif // STA_STM32_INIT_HPP