set swither set entries valid
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
This commit is contained in:
@ -38,7 +38,7 @@ void PayloadPcduHandler::doStartUp() {
|
||||
if (retval == BUSY) {
|
||||
return;
|
||||
}
|
||||
state == States::STACK_5V_PENDING;
|
||||
state = States::STACK_5V_PENDING;
|
||||
}
|
||||
if (state == States::STACK_5V_PENDING) {
|
||||
if (stackHandler.isSwitchOn()) {
|
||||
@ -66,11 +66,11 @@ void PayloadPcduHandler::doShutDown() {
|
||||
if (retval == BUSY) {
|
||||
return;
|
||||
}
|
||||
state == States::STACK_5V_PENDING;
|
||||
state = States::STACK_5V_PENDING;
|
||||
}
|
||||
if (state == States::STACK_5V_PENDING) {
|
||||
if (not stackHandler.isSwitchOn()) {
|
||||
state == States::STACK_5V_CORRECT;
|
||||
state = States::STACK_5V_CORRECT;
|
||||
}
|
||||
}
|
||||
if (state == States::STACK_5V_CORRECT) {
|
||||
|
Reference in New Issue
Block a user