continued

This commit is contained in:
2021-07-29 13:07:07 +02:00
parent 55727accf5
commit 983ce045a9
2 changed files with 4 additions and 2 deletions

View File

@ -20,6 +20,9 @@ int obsw::obsw() {
FSFW_REVISION << "--" << std::endl;
std::cout << "-- " << __DATE__ << " " << __TIME__ << " --" << std::endl;
#if Q7S_CHECK_FOR_ALREADY_RUNNING_IMG == 1
// Check special file here
#endif
initmission::initMission();
for(;;) {