From c71c27cf5cc11ecf56fd406a7946c60ddf81a789 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Wed, 24 Oct 2018 21:19:41 +0200 Subject: [PATCH] cpu/nrf51: add gpio to features provided --- cpu/nrf51/Makefile.features | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cpu/nrf51/Makefile.features b/cpu/nrf51/Makefile.features index 7d12728b90..1a47295f06 100644 --- a/cpu/nrf51/Makefile.features +++ b/cpu/nrf51/Makefile.features @@ -1 +1,3 @@ +FEATURES_PROVIDED += periph_gpio periph_gpio_irq + -include $(RIOTCPU)/nrf5x_common/Makefile.features