mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/TACOS.git
synced 2025-08-06 01:37:33 +00:00
refactor: merged manger task into statemachine task
This commit is contained in:
@@ -2,13 +2,11 @@
|
||||
#define STA_TACOS_CONFIGS_DEFAULT_HPP
|
||||
|
||||
// Generally, we assume the TACOS threads to have the highest priorties.
|
||||
#define STA_TACOS_MANAGER_PRIORITY osPriorityHigh
|
||||
#define STA_TACOS_STATEMACHINE_PRIORITY osPriorityHigh
|
||||
#define STA_TACOS_WATCHDOG_PRIORITY osPriorityHigh
|
||||
#define STA_TACOS_CAN_BUS_PRIORITY osPriorityHigh
|
||||
|
||||
// Set the Stack size for the TACOS threads, to 0 to use the default stack size, set in the ioc
|
||||
#define STA_TACOS_MANAGER_STACK_SIZE 0
|
||||
#define STA_TACOS_STATEMACHINE_STACK_SIZE 0
|
||||
|
||||
// Per default, we assume state 0 to be the initial state.
|
||||
|
Reference in New Issue
Block a user