14 lines
171 B
C
Raw Normal View History

2025-05-21 11:31:07 +08:00
/*
* uart.h
*
* Created on: 2020<EFBFBD><EFBFBD>11<EFBFBD><EFBFBD>18<EFBFBD><EFBFBD>
* Author: Administrator
*/
#ifndef UART_H_
#define UART_H_
void u1_printf(char* fmt,...);
#endif /* UART_H_ */