Add includes in DEBUG_ITM ifdef
This commit is contained in:
@@ -86,6 +86,9 @@ int _write(int file, char *ptr, int len)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#ifndef DEBUG_ITM
|
#ifndef DEBUG_ITM
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <stdarg.h>
|
||||||
|
|
||||||
void uart_debug_print(const char *fmt, ...)
|
void uart_debug_print(const char *fmt, ...)
|
||||||
{
|
{
|
||||||
char buf[128];
|
char buf[128];
|
||||||
|
|||||||
Reference in New Issue
Block a user