diff --git a/bsp_hosted/main.cpp b/bsp_hosted/main.cpp index 938adb76..a652aebc 100644 --- a/bsp_hosted/main.cpp +++ b/bsp_hosted/main.cpp @@ -20,7 +20,7 @@ int main(void) { std::cout << "-- EIVE OBSW --" << std::endl; std::cout << "-- Compiled for " << COMPILE_PRINTOUT << " --" << std::endl; std::cout << "-- OBSW " - << " v" << common::OBSW_VERSION << " | FSFW v" << fsfw::FSFW_VERSION << " --" + << "v" << common::OBSW_VERSION << " | FSFW v" << fsfw::FSFW_VERSION << " --" << std::endl; std::cout << "-- " << __DATE__ << " " << __TIME__ << " --" << std::endl;