1 #ifndef __UART_H__
2 #define __UART_H__
3 
4 #define BAUD_RATE 9600
5 
6 void rt_hw_uart_init(void);
7 
8 #endif
9