small logic tweak
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
This commit is contained in:
parent
1a4dbce350
commit
ee01b6253e
@ -159,7 +159,7 @@ bool GpsHyperionLinuxController::readGpsDataFromGpsd() {
|
||||
}
|
||||
if (result == -1) {
|
||||
readError(result);
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
if (MODE_SET != (MODE_SET & gps.set)) {
|
||||
if (mode == MODE_ON) {
|
||||
|
Loading…
Reference in New Issue
Block a user