eive-obsw/bsp_hosted/scheduling.h

7 lines
103 B
C
Raw Permalink Normal View History

2022-11-15 17:22:28 +01:00
#pragma once
2020-11-20 18:10:39 +01:00
2022-11-15 17:03:46 +01:00
namespace scheduling {
2020-11-20 18:10:39 +01:00
void initMission();
void initTasks();
2022-11-15 17:21:12 +01:00
}; // namespace scheduling