diff --git a/cube/User/Src/logger.c b/cube/User/Src/logger.c index 06dd6d5..5a15937 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 1024 -#define MSGBUFFER_SIZE 64 +#define LOGBUFFER_SIZE 2048 +#define MSGBUFFER_SIZE 384 #endif // TEST