From b7fb1b42e660795325c66f7fcf5e1a9d2388bb12 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sun, 29 Nov 2020 12:43:19 +0100 Subject: [PATCH] added new cfg option --- defaultcfg/fsfwconfig/FSFWConfig.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/defaultcfg/fsfwconfig/FSFWConfig.h b/defaultcfg/fsfwconfig/FSFWConfig.h index be3717b4..fa769bad 100644 --- a/defaultcfg/fsfwconfig/FSFWConfig.h +++ b/defaultcfg/fsfwconfig/FSFWConfig.h @@ -39,7 +39,10 @@ //! When using the newlib nano library, C99 support for stdio facilities //! will not be provided. This define should be set to 1 if this is the case. -#define FSFW_NO_C99_IO 1 +#define FSFW_NO_C99_IO 1 + +//! Specify whether a special mode store is used for Subsystem components. +#define FSFW_USE_MODESTORE 0 namespace fsfwconfig { //! Default timestamp size. The default timestamp will be an eight byte CDC