mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/rtos2-utils.git
synced 2025-06-10 18:15:59 +00:00
Merge pull request 'added precompiler check' (#26) from bugfix into main
Reviewed-on: https://git.intern.spaceteamaachen.de/ALPAKA/rtos2-utils/pulls/26 Reviewed-by: carlwachter <carlwachter@noreply.git.intern.spaceteamaachen.de>
This commit is contained in:
commit
ff1cbf8473
@ -51,7 +51,9 @@ void startALPAKA(void * arg)
|
|||||||
sta::rtos::startupExtras(arg);
|
sta::rtos::startupExtras(arg);
|
||||||
|
|
||||||
// Wake threads
|
// Wake threads
|
||||||
|
#ifdef STA_RTOS_SYSTEM_EVENTS_ENABLE
|
||||||
sta::rtos::signalStartupEvent();
|
sta::rtos::signalStartupEvent();
|
||||||
|
#endif // STA_RTOS_SYSTEM_EVENTS_ENABLE
|
||||||
|
|
||||||
// Check if called from thread
|
// Check if called from thread
|
||||||
if (osThreadGetId() != nullptr)
|
if (osThreadGetId() != nullptr)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user