mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/TACOS.git
synced 2025-12-17 06:38:03 +00:00
Added reworked manager / statemachine tasks, thread implementation and new directory layout
This commit is contained in:
@@ -46,8 +46,8 @@ void changeState(uint8_t flag)
|
||||
osEventFlagsSet(stateChangeEvent_id, flag);
|
||||
osEventFlagsClear(stateChangeEvent_id, TACOS_STATE_CHG_ALL);
|
||||
|
||||
uint8_t lockoutCycles = 0;
|
||||
uint8_t failsafeCycles = 0;
|
||||
uint32_t lockoutCycles = 0;
|
||||
uint32_t failsafeCycles = 0;
|
||||
|
||||
switch (currentState) {
|
||||
case tacos_states_t::init:
|
||||
|
||||
Reference in New Issue
Block a user