uart.h 81 字节
Newer Older
B
bernard.xiong 已提交
1 2 3 4 5 6
#ifndef __UART_H__
#define __UART_H__

void rt_hw_uart_init(void);

#endif