4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-15 01:19:20 +08:00
wuyangyong cf52e57490 update pic32ethernet
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1684 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-09-01 05:38:34 +00:00

11 lines
168 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