q7s compiling

This commit is contained in:
2021-05-17 16:53:06 +02:00
parent b11ca551c7
commit ed2c7a2ec1
10 changed files with 29 additions and 26 deletions

View File

@ -1,12 +1,12 @@
#include "pollingSequenceFactory.h"
#include <OBSWConfig.h>
#include "linux/devices/SusHandler.h"
#include "OBSWConfig.h"
#include <fsfw/objectmanager/ObjectManagerIF.h>
#include <fsfw/serviceinterface/ServiceInterfaceStream.h>
#include <fsfw/devicehandlers/DeviceHandlerIF.h>
#include <fsfw/tasks/FixedTimeslotTaskIF.h>
#include <fsfwconfig/objects/systemObjectList.h>
#include <fsfwconfig/OBSWConfig.h>
#include <mission/devices/SusHandler.h>
ReturnValue_t pst::pollingSequenceInitDefault(FixedTimeslotTaskIF *thisSequence)