removed make launch configs and updated shell scripts

This commit is contained in:
2021-03-05 19:17:03 +01:00
committed by Robin.Mueller
parent 57ad63cab3
commit e573b74681
11 changed files with 22 additions and 172 deletions

View File

@ -68,7 +68,7 @@ gps_rx_data[] = ""
ReturnValue_t TestTask::performOneShotAction() {
#if OBSW_ADD_TEST_CODE == 1
performLwgpsTest();
//performLwgpsTest();
#endif
return HasReturnvaluesIF::RETURN_OK;
}