diff --git a/Inc/LoggerToSerialPort.h b/Inc/LoggerToSerialPort.h index 442431b..ba77554 100644 --- a/Inc/LoggerToSerialPort.h +++ b/Inc/LoggerToSerialPort.h @@ -27,7 +27,7 @@ typedef struct { struct { osThreadId_t id; - uint32_t stack[256]; + uint32_t stack[384]; StaticTask_t controlBlock; osThreadAttr_t attr; } thread;