summaryrefslogtreecommitdiff
path: root/firmware/os/platform/stm32/platform.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/os/platform/stm32/platform.c')
-rw-r--r--firmware/os/platform/stm32/platform.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/os/platform/stm32/platform.c b/firmware/os/platform/stm32/platform.c
index befafe9f..313f1bdb 100644
--- a/firmware/os/platform/stm32/platform.c
+++ b/firmware/os/platform/stm32/platform.c
@@ -110,7 +110,7 @@ static struct usart mDbgUart;
#ifdef DEBUG_LOG_EVT
#ifndef EARLY_LOG_BUF_SIZE
-#define EARLY_LOG_BUF_SIZE 1024
+#define EARLY_LOG_BUF_SIZE 2048
#endif
#define HOSTINTF_HEADER_SIZE 4
uint8_t *mEarlyLogBuffer;