mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/rtos2-utils.git
synced 2025-06-10 01:55:59 +00:00
17 lines
247 B
C++
17 lines
247 B
C++
#include <sta/rtos/system/events.hpp>
|
|
|
|
namespace sta
|
|
{
|
|
namespace rtos
|
|
{
|
|
void initSystem()
|
|
{
|
|
|
|
#ifdef STA_RTOS_SYSTEM_EVENTS_ENABLE
|
|
initSystemEvents();
|
|
#endif // STA_RTOS_SYSTEM_EVENTS_ENABLE
|
|
|
|
}
|
|
} // namespace rtos
|
|
} // namespace sta
|