removed HasReturnValuesIF
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit

This commit is contained in:
2022-09-26 10:39:57 +02:00
parent 2ede1ed27c
commit 96bbde7bbc
4 changed files with 6 additions and 8 deletions

View File

@ -17,7 +17,7 @@
#include <fsfw/src/fsfw/returnvalues/HasReturnvaluesIF.h>
#include <time.h>
class SafeCtrl : public HasReturnvaluesIF {
class SafeCtrl{
public: