From 0298cda5d45cd0c2ffdb4e2d454dd4d99f3f2fcd Mon Sep 17 00:00:00 2001 From: Hauke Petersen Date: Thu, 20 Sep 2018 14:44:12 +0200 Subject: [PATCH] boards/native: remove feature periph_gpio_irq As it is not implemented in the first place. --- boards/native/Makefile.features | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/native/Makefile.features b/boards/native/Makefile.features index 0f256712b1..5082431ba4 100644 --- a/boards/native/Makefile.features +++ b/boards/native/Makefile.features @@ -2,7 +2,7 @@ FEATURES_PROVIDED += periph_rtc FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_uart -FEATURES_PROVIDED += periph_gpio periph_gpio_irq +FEATURES_PROVIDED += periph_gpio FEATURES_PROVIDED += periph_qdec # Various other features (if any)