Worked on config file handler, added all functions
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit

This commit is contained in:
2022-06-07 09:54:52 +02:00
parent c413d90b88
commit 74b38a6d06
8 changed files with 236 additions and 0 deletions

View File

@ -23,6 +23,7 @@ int main(void) {
<< " v" << common::OBSW_VERSION << " | FSFW v" << fsfw::FSFW_VERSION << " --"
<< std::endl;
std::cout << "-- " << __DATE__ << " " << __TIME__ << " --" << std::endl;
std::cout << "-- " <<" BSP HOSTED"<< " --" << std::endl;
initmission::initMission();