sta-core/include/sta/hal/init.hpp
2022-05-08 03:11:12 +02:00

21 lines
260 B
C++

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