commented in read function again

This commit is contained in:
Jakob Meier 2022-04-25 13:36:30 +02:00
parent 3e8429b34b
commit 42194abb4a

View File

@ -26,7 +26,7 @@ GPSHyperionLinuxController::~GPSHyperionLinuxController() {}
void GPSHyperionLinuxController::performControlOperation() {
#ifdef FSFW_OSAL_LINUX
// readGpsDataFromGpsd();
readGpsDataFromGpsd();
#endif
}