removed make launch configs and updated shell scripts

This commit is contained in:
2021-03-05 19:17:03 +01:00
parent fcda3bd2ea
commit 6cc071f8ee
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;
}