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,7 +1,9 @@
#ifndef MODESTOREIF_H_
#define MODESTOREIF_H_
#ifdef USE_MODESTORE
#include <FSFWConfig.h>
#if FSFW_USE_MODESTORE == 1
#include "../../container/ArrayList.h"
#include "../../container/SinglyLinkedList.h"