main tqeaks

This commit is contained in:
Robin Müller 2020-11-20 18:30:15 +01:00
parent dbfa98021c
commit 693f2d6543

View File

@ -1,18 +1,14 @@
#include "InitMission.h"
#if defined(GCOV)
#include <boardconfig/gcov.h>
#endif
#include <bsp_linux/InitMission.h>
#include <OBSWVersion.h>
#include <fsfw/tasks/TaskFactory.h>
#include <iostream>
#include <hosted/fsfwconfig/OBSWVersion.h>
#include <unistd.h>
/**
* @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)