diff --git a/bsp_q7s/core/obsw.cpp b/bsp_q7s/core/obsw.cpp index c65fcf8a..a2888875 100644 --- a/bsp_q7s/core/obsw.cpp +++ b/bsp_q7s/core/obsw.cpp @@ -16,7 +16,7 @@ int obsw::obsw() { using namespace fsfw; std::cout << "-- EIVE OBSW --" << std::endl; std::cout << "-- Compiled for Linux (Xiphos Q7S) --" << std::endl; - std::cout << "-- OBSW v" << common::OBSW_VERSION << " FSFW v" << fsfw::FSFW_VERSION << " --" + std::cout << "-- OBSW v" << common::OBSW_VERSION << " | FSFW v" << fsfw::FSFW_VERSION << " --" << std::endl; std::cout << "-- " << __DATE__ << " " << __TIME__ << " --" << std::endl;