From 04b7474b6f57f3f25fb9e7f25a7af1a9835c4cb7 Mon Sep 17 00:00:00 2001 From: "bernard.xiong@gmail.com" Date: Wed, 23 Mar 2011 12:35:58 +0000 Subject: [PATCH] add RT_USING_CONSOLE option. git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1340 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- bsp/lm3s/rtconfig.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bsp/lm3s/rtconfig.h b/bsp/lm3s/rtconfig.h index 0ddeff81fc..fcaa9ea7a5 100644 --- a/bsp/lm3s/rtconfig.h +++ b/bsp/lm3s/rtconfig.h @@ -62,7 +62,8 @@ // #define RT_USING_UART2 // #define RT_USING_UART3 -/* SECTION: Console options */ +/* SECTION: Console options */ +#define RT_USING_CONSOLE /* the buffer size of console*/ #define RT_CONSOLEBUF_SIZE 128 -- GitLab