From 839daf871aedc00445e6d86dc04c57c215103e30 Mon Sep 17 00:00:00 2001
From: Alexandre Abadie <alexandre.abadie@inria.fr>
Date: Tue, 18 Dec 2018 21:33:27 +0100
Subject: [PATCH] boards/nrf52: remove periph_gpio feature

It is now provided at cpu level in cpu/nrf5x_common
---
 boards/common/nrf52/Makefile.features | 1 -
 1 file changed, 1 deletion(-)

diff --git a/boards/common/nrf52/Makefile.features b/boards/common/nrf52/Makefile.features
index 4b34874d16..8d5b2b93e6 100644
--- a/boards/common/nrf52/Makefile.features
+++ b/boards/common/nrf52/Makefile.features
@@ -1,5 +1,4 @@
 # Put defined MCU peripherals here (in alphabetical order)
-FEATURES_PROVIDED += periph_gpio periph_gpio_irq
 FEATURES_PROVIDED += periph_rtt
 FEATURES_PROVIDED += periph_timer
 
-- 
GitLab