this works
Some checks failed
fsfw/fsfw example hosted/pipeline/head There was a failure building this commit

This commit is contained in:
2022-05-08 02:12:08 +02:00
parent e66c02a86a
commit 100910d13c
4 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,6 @@
#include <bsp_hosted/core/InitMission.h>
#include <bsp_hosted/core/ObjectFactory.h>
#include <fsfw/objectmanager/ObjectManager.h>
#include <fsfw/platform.h>
#include <fsfw/serviceinterface/ServiceInterface.h>
@ -9,6 +10,7 @@
#include "example/test/MutexExample.h"
#include "example/utility/utility.h"
#include "fsfw/ipc/MutexGuard.h"
#ifdef PLATFORM_WIN
static const char* COMPILE_PRINTOUT = "Windows";