fix: tune FreeRTOS and RTT diagnostics for runtime stability
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user