From 27e0b9cf380a778e425c08e3c9c77ec7cc521a08 Mon Sep 17 00:00:00 2001 From: "Robin.Mueller" Date: Thu, 29 Oct 2020 15:17:13 +0100 Subject: [PATCH] default FIFO depth is 5 now --- defaultcfg/config/FSFWConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaultcfg/config/FSFWConfig.h b/defaultcfg/config/FSFWConfig.h index cfe89864..a5aaa125 100644 --- a/defaultcfg/config/FSFWConfig.h +++ b/defaultcfg/config/FSFWConfig.h @@ -18,7 +18,7 @@ //! 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 +#define FSFW_CSB_FIFO_DEPTH 4 //! If -DDEBUG is supplied in the build defines, there will be //! additional output which requires the translation files translateObjects