Possible Bugfix for Duallane Swichting #545

Merged
muellerr merged 6 commits from possible_bugfix_duallane_power_switching into develop 2023-04-01 13:43:37 +02:00
Showing only changes of commit 95d220c304 - Show all commits

View File

@ -47,6 +47,12 @@ class DualLaneAssemblyBase : public AssemblyBase, public ConfirmsFailuresIF {
} customRecoveryStates = RecoveryCustomStates::IDLE;
MessageQueueIF* eventQueue = nullptr;
/**
* To be called in mode command packer function of the child class.
* @param submode
* @param needsSecondStep
*/
void handleSideSwitchStates(uint8_t& submode, bool& needsSecondStep);
/**