From 880b3d26ecafc561945a0529c08f785551075fbd Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Tue, 3 Nov 2020 10:47:29 +0100 Subject: [PATCH] first use of libmbus --- cube/User/Src/logger.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cube/User/Src/logger.c b/cube/User/Src/logger.c index 5a15937..6845697 100644 --- a/cube/User/Src/logger.c +++ b/cube/User/Src/logger.c @@ -20,8 +20,8 @@ #define LOGBUFFER_SIZE 32 #define MSGBUFFER_SIZE 16 #else -#define LOGBUFFER_SIZE 2048 -#define MSGBUFFER_SIZE 384 +#define LOGBUFFER_SIZE 16384 +#define MSGBUFFER_SIZE 8192 #endif // TEST