From baf5e4143c93368f503a8cf7303e41f6efce1a75 Mon Sep 17 00:00:00 2001 From: wuyangyong Date: Wed, 23 Mar 2011 14:41:11 +0000 Subject: [PATCH] add #define RT_USING_CONSOLE git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1343 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- bsp/lpc2148/rtconfig.h | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/lpc2148/rtconfig.h b/bsp/lpc2148/rtconfig.h index e554b70d2d..c4ebc244f8 100644 --- a/bsp/lpc2148/rtconfig.h +++ b/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 -- GitLab