소스 검색

Merge pull request #1084 from enkiller/master

[bsp]54608更新GUI引擎宏定义
Bernard Xiong 7 년 전
부모
커밋
4ad621075b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      bsp/lpc54608-LPCXpresso/drivers/board.c

+ 1 - 1
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 <rtgui/driver.h>
 #include "drv_lcd.h"