mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-15 22:29:52 +08:00
11 lines
158 B
C
11 lines
158 B
C
#ifndef UART_H_INCLUDED
|
|
#define UART_H_INCLUDED
|
|
|
|
#define RT_UART_RX_BUFFER_SIZE 64
|
|
|
|
#define RT_USING_UART1
|
|
#define RT_USING_UART2
|
|
|
|
|
|
#endif // UART_H_INCLUDED
|