somethings wrong
Some checks failed
EIVE/eive-obsw/pipeline/pr-main There was a failure building this commit

This commit is contained in:
2023-11-14 15:28:27 +01:00
parent bb20def961
commit 2563432171
6 changed files with 42 additions and 27 deletions

View File

@ -385,9 +385,6 @@ void scheduling::initTasks() {
FixedTimeslotTaskIF* plTask = factory->createFixedTimeslotTask(
"PL_TASK", 25, PeriodicTaskIF::MINIMUM_STACK_SIZE, 0.5, missedDeadlineFunc, &RR_SCHEDULING);
// plTask->addComponent(objects::CAM_SWITCHER);
// scheduling::addMpsocSupvHandlers(plTask);
// scheduling::scheduleScexDev(plTask);
pst::pstPayload(plTask);
#if OBSW_ADD_SCEX_DEVICE == 1