PLOC SUPV Update to newer firmware #316

Merged
muellerr merged 99 commits from mueller/tas_ploc_supv_update into develop 2022-11-18 14:27:13 +01:00
2 changed files with 2 additions and 8 deletions
Showing only changes of commit 7fb689b451 - Show all commits

View File

@ -1,9 +1,6 @@
#ifndef _BSP_HOSTED_SCHEDULING_H_
#define _BSP_HOSTED_SCHEDULING_H_
#pragma once
namespace scheduling {
void initMission();
void initTasks();
}; // namespace scheduling
#endif

View File

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