afmt
EIVE/eive-obsw/pipeline/head There was a failure building this commit Details

This commit is contained in:
Robin Müller 2022-09-27 23:59:38 +02:00
parent 0c75997ba0
commit 6888df5c44
No known key found for this signature in database
GPG Key ID: BE6480244DFE612C
4 changed files with 3 additions and 6 deletions

View File

@ -4,8 +4,8 @@
#include "AxiPtmeConfig.h"
#include "fsfw/objectmanager/SystemObject.h"
#include "fsfw/returnvalues/returnvalue.h"
#include "returnvalues/classIds.h"
#include "linux/obc/PtmeConfig.h"
#include "returnvalues/classIds.h"
/**
* @brief Class to configure donwlink specific parameters in the PTME IP core.

View File

@ -4,10 +4,9 @@
#include <fsfw/devicehandlers/DeviceHandlerBase.h>
#include "devicedefinitions/SusDefinitions.h"
#include "events/subsystemIdRanges.h"
#include "fsfw/globalfunctions/PeriodicOperationDivider.h"
#include "mission/devices/max1227.h"
#include "events/subsystemIdRanges.h"
#include "returnvalues/classIds.h"
/**

View File

@ -5,11 +5,11 @@
#include <fsfw/datapoollocal/StaticLocalDataSet.h>
#include <fsfw/devicehandlers/DeviceHandlerIF.h>
#include <fsfw/power/definitions.h>
#include "fsfw/platform.h"
#include <cstdint>
#include "devices/powerSwitcherList.h"
#include "fsfw/platform.h"
#include "gomspaceDefines.h"
namespace GOMSPACE {

View File

@ -23,6 +23,4 @@ static constexpr uint32_t P60ACU_PARAM_SIZE = 0x1B;
#endif
#endif /* MISSION_DEVICES_DEVICEDEFINITIONS_GOMSPACEDEFINES_H_ */