add new HasReturnvaluesIF features

This commit is contained in:
2022-07-26 10:21:16 +02:00
parent e48b6f1432
commit bdf71d4e66
9 changed files with 58 additions and 26 deletions
+1 -3
View File
@@ -30,6 +30,4 @@ int customSetup() {
return 0;
}
int customTeardown() {
return 0;
}
int customTeardown() { return 0; }
+1 -2
View File
@@ -7,11 +7,10 @@
#include <fsfw/datapoollocal/LocalPoolVariable.h>
#include <fsfw/datapoollocal/LocalPoolVector.h>
#include <fsfw/datapoollocal/StaticLocalDataSet.h>
#include "fsfw/datapool/PoolEntry.h"
#include <fsfw/ipc/QueueFactory.h>
#include <fsfw/objectmanager/SystemObject.h>
#include "fsfw/datapool/PoolEntry.h"
#include "mocks/MessageQueueMock.h"
#include "tests/TestsConfig.h"