reduced number of errors for hosted build
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit

This commit is contained in:
2023-02-09 17:17:58 +01:00
parent ee51b5428d
commit d01308f0ba
9 changed files with 17 additions and 34 deletions

View File

@ -155,10 +155,10 @@ void scheduling::initTasks() {
}
// Disabled until more stable
//result = thermalTask->addComponent(objects::THERMAL_CONTROLLER);
//if (result != returnvalue::OK) {
// scheduling::printAddObjectError("THERMAL_CONTROLLER", objects::THERMAL_CONTROLLER);
//}
// result = thermalTask->addComponent(objects::THERMAL_CONTROLLER);
// if (result != returnvalue::OK) {
// scheduling::printAddObjectError("THERMAL_CONTROLLER", objects::THERMAL_CONTROLLER);
// }
FixedTimeslotTaskIF* pstTask = factory->createFixedTimeslotTask(
"DUMMY_PST", 75, PeriodicTaskIF::MINIMUM_STACK_SIZE * 4, 0.5, missedDeadlineFunc);