diff --git a/Inc/LoggerInterface.h b/Inc/LoggerInterface.h index f2233f7..85117ce 100644 --- a/Inc/LoggerInterface.h +++ b/Inc/LoggerInterface.h @@ -10,7 +10,7 @@ #include "stdint.h" #include "stdbool.h" -#define MAX_COUNT_BUF_LOG 10 +#define MAX_COUNT_BUF_LOG 15 #define MAX_LEN_BUF_NAME_LOG 16 #define MAX_LEN_BUF_SMALL_LOG 32