Added STA_RTOS_SYSTEM_EVENTS_ENABLE to default.hpp

This commit is contained in:
carlwachter 2024-06-02 16:21:53 +00:00
parent ad93e99cc0
commit 640b13bab0

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