From c8bac1af0052af6bfd5b8262f4cac6923bf84948 Mon Sep 17 00:00:00 2001 From: dzzxzz Date: Thu, 5 May 2011 06:06:39 +0000 Subject: [PATCH] add #define RT_USING_CONSOLE into the rtconfig.h [RENESAS M16C project] git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1394 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- bsp/m16c62p/rtconfig.h | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/m16c62p/rtconfig.h b/bsp/m16c62p/rtconfig.h index 01fded108..2e4c6ea55 100644 --- a/bsp/m16c62p/rtconfig.h +++ b/bsp/m16c62p/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 -- GitLab