在STM32CUBEMX生成的串口通信代碼裏實現printf輸出

/* USER CODE BEGIN PV */ #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 {
相關文章
相關標籤/搜索