move Switches enum
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit

This commit is contained in:
2023-03-16 18:47:51 +01:00
parent eda1f7e212
commit b1d2f73b01
15 changed files with 101 additions and 90 deletions

View File

@ -32,7 +32,7 @@ class Stack5VHandler {
HandlerState handlerState = HandlerState::IDLE;
bool radSensorIsOn = false;
bool plPcduIsOn = false;
pcdu::Switches stackSwitch = pcdu::Switches::P60_DOCK_5V_STACK;
power::Switches stackSwitch = power::Switches::P60_DOCK_5V_STACK;
bool updateInternalStates();
};