Error when use printf UART
hi everyoneuse printf in UART, i add in file main.c#include <stdio.h>//--------------#ifdef __GNUC__#define PUTCHAR_PROTOTYPE int __io_putchar(int ch)#else#define PUTCHAR_PROTOTYPE int fputc(int ch, FILE *f)#endif //------------PUTCHAR_PROTOTYPE{ HAL...