#include namespace sta { namespace rtos { void initSystem() { #ifdef STA_RTOS_SYSTEM_EVENTS_ENABLE initSystemEvents(); #endif // STA_RTOS_SYSTEM_EVENTS_ENABLE } } // namespace rtos } // namespace sta