some dumb warning remaining
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit

This commit is contained in:
2022-11-25 10:47:23 +01:00
parent 35cd18240c
commit e223a6eac0
4 changed files with 20 additions and 4 deletions

View File

@ -186,6 +186,7 @@ void scheduling::initTasks() {
PeriodicTaskIF* tcsTask = factory->createPeriodicTask(
"TCS_TASK", 50, PeriodicTaskIF::MINIMUM_STACK_SIZE, 0.5, missedDeadlineFunc);
scheduling::scheduleTmpTempSensors(tcsTask);
scheduling::scheduleRtdSensors(tcsTask);
sif::info << "Starting tasks.." << std::endl;