From 385eb6a7e5640ac1e8bad7ed816310e2571e2c20 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 22 Jul 2021 11:51:58 +0200 Subject: [PATCH] config option needs to be in config namespace --- linux/fsfwconfig/OBSWConfig.h.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/linux/fsfwconfig/OBSWConfig.h.in b/linux/fsfwconfig/OBSWConfig.h.in index ef6b419d..30b01491 100644 --- a/linux/fsfwconfig/OBSWConfig.h.in +++ b/linux/fsfwconfig/OBSWConfig.h.in @@ -14,8 +14,6 @@ #include "commonConfig.h" #include "OBSWVersion.h" -#define OBSW_FILESYSTEM_HANDLER_QUEUE_SIZE 50 - /* These defines should be disabled for mission code but are useful for debugging. */ #define OBSW_VERBOSE_LEVEL 1 @@ -66,6 +64,7 @@ namespace config { #endif /* Add mission configuration flags here */ +static constexpr uint32_t OBSW_FILESYSTEM_HANDLER_QUEUE_SIZE = 50; #ifdef __cplusplus }