moved fsfwconfig into linux folder

This commit is contained in:
2021-05-17 20:03:56 +02:00
parent fd29f6ce85
commit 9ccd0d2e72
35 changed files with 165 additions and 52 deletions

View File

@ -1,6 +1,7 @@
#include "LibgpiodTest.h"
#include <fsfwconfig/devices/gpioIds.h>
#include "devices/gpioIds.h"
#include <fsfw/serviceinterface/ServiceInterfaceStream.h>
#include <fsfw/objectmanager/ObjectManagerIF.h>
#include <fsfw/tasks/TaskFactory.h>

View File

@ -1,6 +1,6 @@
#include "SpiTestClass.h"
#include <fsfwconfig/devices/gpioIds.h>
#include "devices/gpioIds.h"
#include <fsfw/serviceinterface/ServiceInterface.h>
#include <fsfw/globalfunctions/arrayprinter.h>