From 3c707f6e71a0a3ec7e017d335d5dff5817d1a4cc Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 14 Nov 2019 08:52:05 -0600 Subject: [PATCH] boards/arm/imxrt/imxrt1060-evk/src/imxrt_lcd.c: Because board-private GPIO definitions have been moved to the public board.h (VERY BAD IDEA), breakage happened in all files that need GPIO definitions, but did not include board.h (which they should not have to). --- boards/arm/imxrt/imxrt1060-evk/src/imxrt_lcd.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/boards/arm/imxrt/imxrt1060-evk/src/imxrt_lcd.c b/boards/arm/imxrt/imxrt1060-evk/src/imxrt_lcd.c index d390ccda211..38efbcc4d1a 100644 --- a/boards/arm/imxrt/imxrt1060-evk/src/imxrt_lcd.c +++ b/boards/arm/imxrt/imxrt1060-evk/src/imxrt_lcd.c @@ -47,6 +47,8 @@ #include "imxrt1060-evk.h" +#include + #ifdef CONFIG_IMXRT_LCD /****************************************************************************