no error im happy
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit

This commit is contained in:
2023-02-13 17:59:08 +01:00
parent f5092b27ba
commit 4cccafbe01
8 changed files with 206 additions and 43 deletions

View File

@ -1,5 +1,4 @@
#ifndef DUMMIES_SCEXDUMMY_H_
#define DUMMIES_SCEXDUMMY_H_
#pragma once
#include <fsfw/devicehandlers/DeviceHandlerBase.h>
@ -29,6 +28,3 @@ class ScexDummy : public DeviceHandlerBase {
ReturnValue_t initializeLocalDataPool(localpool::DataPool &localDataPoolMap,
LocalDataPoolManager &poolManager) override;
};
#endif /* DUMMIES_SCEXDUMMY_H_ */