it was not the #pragma once
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
This commit is contained in:
parent
e5ec8a7490
commit
7fb689b451
@ -1,9 +1,6 @@
|
|||||||
#ifndef _BSP_HOSTED_SCHEDULING_H_
|
#pragma once
|
||||||
#define _BSP_HOSTED_SCHEDULING_H_
|
|
||||||
|
|
||||||
namespace scheduling {
|
namespace scheduling {
|
||||||
void initMission();
|
void initMission();
|
||||||
void initTasks();
|
void initTasks();
|
||||||
}; // namespace scheduling
|
}; // namespace scheduling
|
||||||
|
|
||||||
#endif
|
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
#ifndef _LINUX_SCHEDULING_H
|
#pragma once
|
||||||
#define _LINUX_SCHEDULING_H
|
|
||||||
|
|
||||||
#include <fsfw/tasks/TaskFactory.h>
|
#include <fsfw/tasks/TaskFactory.h>
|
||||||
|
|
||||||
@ -8,5 +7,3 @@ void schedulingScex(TaskFactory& factory, PeriodicTaskIF*& scexDevHandler,
|
|||||||
PeriodicTaskIF*& scexReaderTask);
|
PeriodicTaskIF*& scexReaderTask);
|
||||||
void addMpsocSupvHandlers(PeriodicTaskIF* task);
|
void addMpsocSupvHandlers(PeriodicTaskIF* task);
|
||||||
} // namespace scheduling
|
} // namespace scheduling
|
||||||
|
|
||||||
#endif
|
|
||||||
|
Loading…
Reference in New Issue
Block a user