eive-obsw/bsp_hosted/scheduling.h
Robin Mueller 7fb689b451
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
it was not the #pragma once
2022-11-15 17:22:28 +01:00

7 lines
103 B
C++

#pragma once
namespace scheduling {
void initMission();
void initTasks();
}; // namespace scheduling