main tqeaks

This commit is contained in:
Robin Müller 2020-11-20 18:30:15 +01:00 committed by Robin.Mueller
parent 40c259d9bf
commit 8fa8e0d8c5

View File

@ -1,18 +1,14 @@
#include "InitMission.h"
#if defined(GCOV) #include <OBSWVersion.h>
#include <boardconfig/gcov.h>
#endif
#include <bsp_linux/InitMission.h>
#include <fsfw/tasks/TaskFactory.h> #include <fsfw/tasks/TaskFactory.h>
#include <iostream> #include <iostream>
#include <hosted/fsfwconfig/OBSWVersion.h>
#include <unistd.h> #include <unistd.h>
/** /**
* @brief This is the main program for the hosted build. It can be run for * @brief This is the main program for the target hardware.
* Linux and Windows.
* @return * @return
*/ */
int main(void) int main(void)