摘要: 首先,在main.h中加上 #include <stdio.h> 然后在usart.c中加上以下程序即可 #ifdef __GNUC__ #define PUTCHAR_PROTOTYPE int _io_putchar(int ch) #else #define PUTCHAR_PROTOTYPE 阅读全文