summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2018-05-15 15:11:07 +0200
committerStefan Agner <stefan.agner@toradex.com>2018-05-15 15:11:07 +0200
commit6f61f861a60777907a49e314a21ce6b30518df47 (patch)
treef5247224b05c3eb7e94eaf6aef6b7595a80a9282
parent3570f3e3ef3f1c13ead7cc904361ee3fbba83353 (diff)
examples: fix missing gpio_ctrl.h errors
Not all example provide a gpio_ctrl.h header file. Do not include it from the base gpio_ctrl.h header file. Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
-rw-r--r--examples/imx7_colibri_m4/gpio_pins.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/imx7_colibri_m4/gpio_pins.c b/examples/imx7_colibri_m4/gpio_pins.c
index bd18d38..722087f 100644
--- a/examples/imx7_colibri_m4/gpio_pins.c
+++ b/examples/imx7_colibri_m4/gpio_pins.c
@@ -31,7 +31,6 @@
#include <assert.h>
#include "gpio_pins.h"
#include "board.h"
-#include "gpio_ctrl.h"
#include "gpio_imx.h"
gpio_config_t gpioLed = {