Explorar el Código

Merge pull request #1084 from enkiller/master

[bsp]54608更新GUI引擎宏定义
Bernard Xiong hace 7 años
padre
commit
4ad621075b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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"