mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/TACOS.git
synced 2025-08-06 01:37:33 +00:00
Variable Stack size via config.hpp for manager and statemachine
This commit is contained in:
@@ -7,6 +7,10 @@
|
||||
#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.
|
||||
#define STA_TACOS_INITIAL_STATE 0
|
||||
|
||||
|
Reference in New Issue
Block a user