eive-obsw/bsp_hosted/scheduling.h
Robin Mueller e5ec8a7490
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
now the linux files are compiling
2022-11-15 17:21:12 +01:00

10 lines
166 B
C++

#ifndef _BSP_HOSTED_SCHEDULING_H_
#define _BSP_HOSTED_SCHEDULING_H_
namespace scheduling {
void initMission();
void initTasks();
}; // namespace scheduling
#endif