mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/rtos2-utils.git
synced 2025-08-01 17:51:55 +00:00
added precompiler check
This commit is contained in:
parent
10870f0c24
commit
6b2524f14b
@ -51,7 +51,9 @@ void startALPAKA(void * arg)
|
||||
sta::rtos::startupExtras(arg);
|
||||
|
||||
// Wake threads
|
||||
#ifdef STA_RTOS_SYSTEM_EVENTS_ENABLE
|
||||
sta::rtos::signalStartupEvent();
|
||||
#endif // STA_RTOS_SYSTEM_EVENTS_ENABLE
|
||||
|
||||
// Check if called from thread
|
||||
if (osThreadGetId() != nullptr)
|
||||
|
Loading…
x
Reference in New Issue
Block a user