remove whatever this is
Some checks failed
EIVE/eive-obsw/pipeline/pr-main There was a failure building this commit

This commit is contained in:
2024-03-01 10:59:37 +01:00
parent 7e7d8c249e
commit 8fe7307a58
2 changed files with 6 additions and 15 deletions

View File

@ -66,7 +66,6 @@ class GpsHyperionLinuxController : public ExtendedControllerBase {
Countdown maxTimeToReachFix = Countdown(MAX_SECONDS_TO_REACH_FIX * 1000);
Countdown gainedNewFix = Countdown(60 * 2 * 1000);
uint32_t fixChangeCounter = 0;
bool modeCommanded = false;
bool timeInit = false;
uint8_t satNotSetCounter = 0;