uart.h 107 B

12345678
  1. #ifndef __UART_H__
  2. #define __UART_H__
  3. #define BAUD_RATE 9600
  4. void rt_hw_uart_init(void);
  5. #endif