From a6f378a64e96a6595ae5e56c71674dc77adae943 Mon Sep 17 00:00:00 2001 From: Joakim Gebart Date: Wed, 27 May 2015 17:27:54 +0200 Subject: [PATCH] mulle: Increase GPIO_NUMOF to match the enabled GPIOs --- boards/mulle/include/periph_conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/mulle/include/periph_conf.h b/boards/mulle/include/periph_conf.h index bd0733ae43..8b54f45882 100644 --- a/boards/mulle/include/periph_conf.h +++ b/boards/mulle/include/periph_conf.h @@ -468,7 +468,7 @@ extern "C" * @name GPIO configuration * @{ */ -#define GPIO_NUMOF 26 +#define GPIO_NUMOF 27 #define GPIO_0_EN 1 #define GPIO_1_EN 1 #define GPIO_2_EN 1