14 lines
171 B
C
14 lines
171 B
C
/*
|
|
* uart.h
|
|
*
|
|
* Created on: 2020年11月18日
|
|
* Author: Administrator
|
|
*/
|
|
|
|
#ifndef UART_H_
|
|
#define UART_H_
|
|
void u1_printf(char* fmt,...);
|
|
|
|
|
|
#endif /* UART_H_ */
|