1 #ifndef UART_H_INCLUDED
2 #define UART_H_INCLUDED
3 
4 #define RT_UART_RX_BUFFER_SIZE	64
5 
6 #define RT_USING_UART1
7 #define RT_USING_UART2
8 
9 
10 #endif // UART_H_INCLUDED
11