Added first successful test for statemachine rework

This commit is contained in:
dario
2023-11-10 09:53:22 +01:00
committed by carlwachter
parent 59b1005590
commit 5217945c03
5 changed files with 69 additions and 3 deletions

View File

@@ -33,7 +33,7 @@
#define STA_TACOS_STATEMACHINE_PRIORITY osPriorityNormal
// Statemachine settings. Here, we only have a single state which is also the initial state.
#define STA_TACOS_NUM_STATES 1
#define STA_TACOS_NUM_STATES 2
#define STA_TACOS_INITIAL_STATE 0
#endif /* INC_STA_CONFIG_HPP_ */