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

This commit is contained in:
Marius Eggert 2022-12-01 14:19:42 +01:00
parent 377a672cd2
commit 08bdc87505
1 changed files with 0 additions and 5 deletions

View File

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