core changes taken over

This commit is contained in:
2020-10-29 15:12:05 +01:00
parent 565fd63d08
commit 176ca56e35
3 changed files with 6 additions and 4 deletions

View File

@ -1,4 +1,5 @@
#pragma once
#ifndef FSFW_UNITTEST_CORE_CATCHDEFINITIONS_H_
#define FSFW_UNITTEST_CORE_CATCHDEFINITIONS_H_
#include <fsfw/ipc/messageQueueDefinitions.h>
#include <fsfw/returnvalues/HasReturnvaluesIF.h>
@ -17,3 +18,4 @@ namespace tglob {
StorageManagerIF* getIpcStoreHandle();
}
#endif /* FSFW_UNITTEST_CORE_CATCHDEFINITIONS_H_ */