From ded66869c6dfae98f17fe21cc50c6f46f6f35db5 Mon Sep 17 00:00:00 2001 From: tangyuxin <462747508@qq.com> Date: Thu, 7 Dec 2017 19:08:27 +0800 Subject: [PATCH] =?UTF-8?q?[bsp]54608=E6=9B=B4=E6=96=B0GUI=E5=BC=95?= =?UTF-8?q?=E6=93=8E=E5=AE=8F=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bsp/lpc54608-LPCXpresso/drivers/board.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/lpc54608-LPCXpresso/drivers/board.c b/bsp/lpc54608-LPCXpresso/drivers/board.c index ae66d9d513..4dbf510c16 100644 --- a/bsp/lpc54608-LPCXpresso/drivers/board.c +++ b/bsp/lpc54608-LPCXpresso/drivers/board.c @@ -80,7 +80,7 @@ void rt_hw_board_init() #endif } -#ifdef RT_USING_RTGUI +#ifdef RT_USING_GUIENGINE #include #include "drv_lcd.h" -- GitLab