one regular cycle before permanent loop
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

This commit is contained in:
Robin Müller 2023-02-06 10:40:09 +01:00
parent ee01b6253e
commit 67835dd7f7
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814

View File

@ -93,6 +93,8 @@ void GpsHyperionLinuxController::setResetPinTriggerFunction(gpioResetFunction_t
}
ReturnValue_t GpsHyperionLinuxController::performOperation(uint8_t opCode) {
handleQueue();
poolManager.performHkOperation();
while (true) {
bool callAgain = readGpsDataFromGpsd();
if (not callAgain) {