#ifndef _PRINTF_H_ #define _PRINTF_H_ #include "usart.h" //huart 定义在该函数中,该函数包含了 main.h void CommonPrintf(const char *fmt, ...); #endif