lets see if this fixes issues #378

Merged
meggert merged 3 commits from refactor_tcs_acs_and_scheduling into develop 2023-02-13 16:00:45 +01:00
Showing only changes of commit efbb5d69c7 - Show all commits

View File

@ -352,10 +352,6 @@ void scheduling::initTasks() {
gpsTask->startTask();
#endif
acsSysTask->startTask();
#if OBSW_ADD_RTD_DEVICES == 1
tcsPollingTask->startTask();
tcsTask->startTask();
#endif /* OBSW_ADD_RTD_DEVICES == 1 */
if (not tcsSystemTask->isEmpty()) {
tcsSystemTask->startTask();
}