uart.h 158 B

12345678910
  1. #ifndef UART_H_INCLUDED
  2. #define UART_H_INCLUDED
  3. #define RT_UART_RX_BUFFER_SIZE 64
  4. #define RT_USING_UART1
  5. #define RT_USING_UART2
  6. #endif // UART_H_INCLUDED