diff --git a/cube/User/Src/logger.c b/cube/User/Src/logger.c index e507af0..2c67ec4 100644 --- a/cube/User/Src/logger.c +++ b/cube/User/Src/logger.c @@ -23,7 +23,7 @@ #endif //LOGGER_OUTPUT_BY_INTERRUPT -#define LOGBUFFER_SIZE 2048 +#define LOGBUFFER_SIZE 4096 #define MSGBUFFER_SIZE 256