reduced number of errors for hosted build
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user