Fixed crashing timers by increasing the default task's stack

This commit is contained in:
dario
2023-10-10 11:31:27 +02:00
parent 1a9a96503e
commit cb41fb56e2
6 changed files with 42 additions and 15 deletions

View File

@@ -30,6 +30,7 @@
// Settings for TACOS
#define STA_TACOS_MANAGER_PRIORITY osPriorityNormal
#define STA_TACOS_STATEMACHINE_PRIORITY osPriorityNormal
#define STA_TACOS_NUM_STATES 4
#define STA_TACOS_INITIAL_STATE 0