v1.18.0 #330

Merged
muellerr merged 15 commits from develop into main 2022-12-01 16:37:33 +01:00
Showing only changes of commit f73d293cdd - Show all commits

View File

@ -365,6 +365,7 @@ void scheduling::initTasks() {
#if OBSW_ADD_PLOC_SUPERVISOR == 1
supvHelperTask->startTask();
#endif /* OBSW_ADD_PLOC_SUPERVISOR == 1 */
plTask->startTask();
#if OBSW_ADD_TEST_CODE == 1
taskStarter(testTasks, "Test task vector");