1
0
forked from fsfw/fsfw

some more tweaks

This commit is contained in:
2020-12-14 11:39:19 +01:00
parent 252bfa5c39
commit e97787cceb
2 changed files with 9 additions and 7 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