From c8cb831c93b0fb7a2785fa0e7b864b3e110ab131 Mon Sep 17 00:00:00 2001 From: "bernard.xiong@gmail.com" Date: Sat, 12 Mar 2011 00:09:42 +0000 Subject: [PATCH] add RT_USING_CONSOLE. git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1331 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- bsp/stm3210/rtconfig.h | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/stm3210/rtconfig.h b/bsp/stm3210/rtconfig.h index bfe5d6714e..876682600a 100644 --- a/bsp/stm3210/rtconfig.h +++ b/bsp/stm3210/rtconfig.h @@ -62,6 +62,7 @@ #define RT_USING_UART1 /* SECTION: Console options */ +#define RT_USING_CONSOLE /* the buffer size of console*/ #define RT_CONSOLEBUF_SIZE 128 -- GitLab