From 100f34f59e98dfd9981f2e79cd2a9735fe10503a Mon Sep 17 00:00:00 2001
From: PeterKietzmann <peter.kietzmann@haw-hamburg.de>
Date: Tue, 16 Jun 2015 09:19:55 +0200
Subject: [PATCH] boards/nucleo-f303: remove superfluous GPIO_NUMOF

---
 boards/nucleo-f303/include/periph_conf.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/boards/nucleo-f303/include/periph_conf.h b/boards/nucleo-f303/include/periph_conf.h
index 9a394d3435..6b5cdb8d28 100755
--- a/boards/nucleo-f303/include/periph_conf.h
+++ b/boards/nucleo-f303/include/periph_conf.h
@@ -234,7 +234,6 @@ extern "C" {
  * @brief GPIO configuration
  * @{
  */
-#define GPIO_NUMOF          3
 #define GPIO_0_EN           1
 #define GPIO_1_EN           1
 #define GPIO_2_EN           1
-- 
GitLab