unbelievable
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit

This commit is contained in:
2022-11-15 17:15:14 +01:00
parent 9481cc2eb0
commit 23cfe3aa69
3 changed files with 9 additions and 4 deletions

View File

@ -1,4 +1,5 @@
#pragma once
#ifndef _LINUX_SCHEDULING_H
#define _LINUX_SCHEDULING_H
#include <fsfw/tasks/TaskFactory.h>
@ -6,5 +7,6 @@ namespace scheduling {
void schedulingScex(TaskFactory& factory, PeriodicTaskIF*& scexDevHandler,
PeriodicTaskIF*& scexReaderTask);
void addMpsocSupvHandlers(PeriodicTaskIF* task);
} // namespace scheduling
#endif