From 1fb43c8619da178a008c85a84cdabb37a2023be2 Mon Sep 17 00:00:00 2001 From: "mbbill@gmail.com" Date: Fri, 10 Jun 2011 02:54:05 +0000 Subject: [PATCH] using new macro: RT_USING_CONSOLE to enable console in rtconfig.h git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1482 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- bsp/sam7x/rtconfig.h | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/sam7x/rtconfig.h b/bsp/sam7x/rtconfig.h index 292fa49b84..30f3eca988 100644 --- a/bsp/sam7x/rtconfig.h +++ b/bsp/sam7x/rtconfig.h @@ -61,6 +61,7 @@ #define RT_UART_RX_BUFFER_SIZE 128 /* SECTION: Console options */ +#define RT_USING_CONSOLE /* the buffer size of console*/ #define RT_CONSOLEBUF_SIZE 128 -- GitLab