rt-thread/bsp/pic32ethernet/uart.h

11 lines
158 B
C
Raw Normal View History

2013-01-08 22:40:58 +08:00
#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