if gpssmm cant be opened, return prematurely
This commit is contained in:
parent
a14af7f728
commit
d3403d341f
@ -112,6 +112,7 @@ void GPSHyperionLinuxController::readGpsDataFromGpsd() {
|
||||
#if FSFW_VERBOSE_LEVEL >= 1
|
||||
sif::warning << "GPSHyperionHandler::readGpsDataFromGpsd: Opening GPSMM failed" << std::endl;
|
||||
#endif
|
||||
return;
|
||||
}
|
||||
gps_data_t *gps = nullptr;
|
||||
gps = myGpsmm.read();
|
||||
|
Loading…
Reference in New Issue
Block a user