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

@ -1,8 +1,8 @@
#include "../../subsystem/modes/ModeStore.h"
#include "ModeStore.h"
// todo: I think some parts are deprecated. If this is used, the define
// USE_MODESTORE could be part of the new FSFWConfig.h file.
#ifdef USE_MODESTORE
#if FSFW_USE_MODESTORE == 1
ModeStore::ModeStore(object_id_t objectId, uint32_t slots) :
SystemObject(objectId), store(slots), emptySlot(store.front()) {