Add includes in DEBUG_ITM ifdef

This commit is contained in:
2026-06-24 13:07:53 +02:00
parent da8d7f7d1e
commit c27f153e2a
+3
View File
@@ -86,6 +86,9 @@ int _write(int file, char *ptr, int len)
}
#ifndef DEBUG_ITM
#include <stdio.h>
#include <stdarg.h>
void uart_debug_print(const char *fmt, ...)
{
char buf[128];