small update

This commit is contained in:
2021-06-11 15:07:09 +02:00
committed by Robin Mueller
parent 134f308afb
commit d3c01817ce
2 changed files with 3 additions and 4 deletions

View File

@@ -24,7 +24,6 @@ int main(void)
<< SW_SUBVERSION << "." << SW_SUBSUBVERSION << " -- " << std::endl;
std::cout << "-- " << __DATE__ << " " << __TIME__ << " --" << std::endl;
sif::warning << "Test" << std::endl;
initmission::initMission();
for(;;) {