Printf.h 166 B

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