From 4ba812b3da5f0a7b6be34e665f8d7c5fdfe9c0bc Mon Sep 17 00:00:00 2001 From: "bernard.xiong" Date: Fri, 24 Jun 2011 06:15:02 +0000 Subject: [PATCH] add RT_USING_CONSOLE option. git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1535 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- bsp/lpc176x/rtconfig.h | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/lpc176x/rtconfig.h b/bsp/lpc176x/rtconfig.h index 133616c0bd..6ab58f93a5 100644 --- a/bsp/lpc176x/rtconfig.h +++ b/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