Printf.h 144 B

1234567891011
  1. #ifndef _PRINTF_H_
  2. #define _PRINTF_H_
  3. #include "stdio.h"
  4. #include "usart.h" //huart 定义在该函数中,该函数包含了 main.h
  5. #endif