Robin Mueller
7fb689b451
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
7 lines
103 B
C++
7 lines
103 B
C++
#pragma once
|
|
|
|
namespace scheduling {
|
|
void initMission();
|
|
void initTasks();
|
|
}; // namespace scheduling
|