added last small fixes for successfull compilation
Some checks are pending
EIVE/eive-obsw/pipeline/head Build queued...
EIVE/eive-obsw/pipeline/pr-develop Build queued...

This commit is contained in:
2022-03-04 15:28:47 +01:00
parent 7f42de1c82
commit e7c0066d5d
3 changed files with 7 additions and 7 deletions

View File

@ -656,7 +656,7 @@ void PayloadPcduHandler::handleFailureInjection(std::string output, Event event)
<< std::endl;
triggerEvent(event, 0, 0);
transitionOk = false;
transitionBackToOff();
transitionBackToOff(true);
droToX8InjectionRequested = false;
}