diff --git a/bsp_linux/main.cpp b/bsp_linux/main.cpp index cd8a0bc6..5f6be8db 100644 --- a/bsp_linux/main.cpp +++ b/bsp_linux/main.cpp @@ -1,18 +1,14 @@ +#include "InitMission.h" -#if defined(GCOV) -#include -#endif - -#include +#include #include #include -#include + #include /** - * @brief This is the main program for the hosted build. It can be run for - * Linux and Windows. + * @brief This is the main program for the target hardware. * @return */ int main(void)