From 3f5782a322f668fba9677714e6401c477dbc65b9 Mon Sep 17 00:00:00 2001 From: dzzxzz Date: Wed, 29 Jun 2011 09:55:14 +0000 Subject: [PATCH] add RT_USING_CONSOLE option git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1546 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- bsp/upd70f3454/rtconfig.h | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/upd70f3454/rtconfig.h b/bsp/upd70f3454/rtconfig.h index 01fded1089..2e4c6ea55f 100644 --- a/bsp/upd70f3454/rtconfig.h +++ b/bsp/upd70f3454/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