v1.12.0 #269

Merged
muellerr merged 493 commits from develop into main 2022-07-04 11:19:05 +02:00
Showing only changes of commit 42194abb4a - Show all commits

View File

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