Merge pull request 'Added STA_RTOS_SYSTEM_EVENTS_ENABLE to default.hpp' (#30) from defaults/system_events into main

Reviewed-on: https://git.intern.spaceteamaachen.de/ALPAKA/TACOS/pulls/30
Reviewed-by: dario <dario@noreply.git.intern.spaceteamaachen.de>
This commit is contained in:
dario 2024-06-02 16:43:00 +00:00
commit b6e91026c4

View File

@ -18,4 +18,7 @@
// State transition message define with highest CAN priority
#define STA_TACOS_CAN_BUS_SYS_MSG_ID 0x0
// TACOS requires system events to start threads
#define STA_RTOS_SYSTEM_EVENTS_ENABLE
#endif // STA_TACOS_CONFIGS_DEFAULT_HPP