Browse Source

add #define RT_USING_CONSOLE

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1343 bbd45198-f89e-11dd-88c7-29a3b14d5316
wuyangyong 14 years ago
parent
commit
baf5e4143c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      bsp/lpc2148/rtconfig.h

+ 1 - 0
bsp/lpc2148/rtconfig.h

@@ -61,6 +61,7 @@
 #define RT_UART_RX_BUFFER_SIZE	64
 
 /* SECTION: Console options */
+#define RT_USING_CONSOLE
 /* the buffer size of console*/
 #define RT_CONSOLEBUF_SIZE	128