소스 검색

add RT_USING_CONSOLE option.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1535 bbd45198-f89e-11dd-88c7-29a3b14d5316
bernard.xiong 14 년 전
부모
커밋
4ba812b3da
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      bsp/lpc176x/rtconfig.h

+ 1 - 0
bsp/lpc176x/rtconfig.h

@@ -64,6 +64,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