From bb53c71f70132beae2dcf7f39201df769be697d8 Mon Sep 17 00:00:00 2001 From: "Robin.Mueller" Date: Tue, 20 Oct 2020 17:21:20 +0200 Subject: [PATCH] fsfs config update --- unittest/config/FSFWConfig.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/unittest/config/FSFWConfig.h b/unittest/config/FSFWConfig.h index 665c939f7..bb285472a 100644 --- a/unittest/config/FSFWConfig.h +++ b/unittest/config/FSFWConfig.h @@ -11,6 +11,12 @@ //! Be careful, this also turns off most diagnostic prinouts! #define FSFW_REDUCED_PRINTOUT 0 +//! Defines the FIFO depth of each commanding service base which +//! also determines how many commands a CSB service can handle in one cycle +//! simulataneously. This will increase the required RAM for +//! each CSB service ! +#define FSFW_CSB_FIFO_DEPTH 6 + //! If -DDEBUG is supplied in the build defines, there will be //! additional output which requires the translation files translateObjects //! and translateEvents (and their compiles source files)