removed hardcoded modes
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit

This commit is contained in:
Marius Eggert 2022-12-01 14:19:42 +01:00
parent 377a672cd2
commit 08bdc87505

View File

@ -82,11 +82,6 @@ void AcsController::performControlOperation() {
copyGyrData(); copyGyrData();
} }
} }
// DEBUG : REMOVE AFTER COMPLETION
mode = MODE_ON;
submode = SUBMODE_SAFE;
// DEBUG END
} }
void AcsController::performSafe() { void AcsController::performSafe() {