comment fix
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

This commit is contained in:
Robin Müller 2023-02-07 17:01:07 +01:00
parent b2de4ee08c
commit f5ba859560
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC

View File

@ -161,7 +161,7 @@ bool GpsHyperionLinuxController::readGpsDataFromGpsd() {
return false;
}
if (readMode == ReadModes::SOCKET) {
// Perform other necessary handling if not data seen for 0.2 seconds.
// Poll the GPS.
if (gps_waiting(&gps, 0)) {
if (-1 == gps_read(&gps)) {
readError();