fix: tune FreeRTOS and RTT diagnostics for runtime stability

This commit is contained in:
2026-04-23 00:00:31 +08:00
parent eeccfb84a0
commit ccd69a523e
3 changed files with 12 additions and 10 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ void debug_log_write(const char *msg)
void debug_log_printf(const char *fmt, ...)
{
char buffer[128];
char buffer[256];
va_list args;
int len;