1
0
forked from fsfw/fsfw

changes and tweaks taken over

This commit is contained in:
2020-12-14 11:40:26 +01:00
parent 5c6916a078
commit 89de4cc321
8 changed files with 30 additions and 11 deletions

View File

@ -10,6 +10,8 @@
#include "../container/SinglyLinkedList.h"
#include "../serialize/SerialArrayListAdapter.h"
#include <FSFWConfig.h>
/**
* @brief TODO: documentation missing
* @details
@ -116,7 +118,7 @@ protected:
StorageManagerIF *IPCStore = nullptr;
#ifdef USE_MODESTORE
#if FSFW_USE_MODESTORE == 1
ModeStoreIF *modeStore = nullptr;
#endif