diff --git a/boards/firefly/Makefile.features b/boards/firefly/Makefile.features index 24693fb349b4b7f628672871edbd201bab7ba804..5452d8bd15b397ac957b467f4a8582cc1bfec289 100644 --- a/boards/firefly/Makefile.features +++ b/boards/firefly/Makefile.features @@ -1,6 +1,6 @@ # Put defined MCU peripherals here (in alphabetical order) FEATURES_PROVIDED += periph_adc -FEATURES_PROVIDED += periph_gpio +FEATURES_PROVIDED += periph_gpio periph_gpio_irq FEATURES_PROVIDED += periph_i2c FEATURES_PROVIDED += periph_spi FEATURES_PROVIDED += periph_timer diff --git a/boards/samr30-xpro/Makefile.features b/boards/samr30-xpro/Makefile.features index d7bfc182747e1d4267c7e5269511b32b9ce295e5..f01a4a6350a2f9f4cdfc51dde5c2ab2c6dda6f09 100644 --- a/boards/samr30-xpro/Makefile.features +++ b/boards/samr30-xpro/Makefile.features @@ -1,6 +1,6 @@ # Put defined MCU peripherals here (in alphabetical order) FEATURES_PROVIDED += periph_adc -FEATURES_PROVIDED += periph_gpio +FEATURES_PROVIDED += periph_gpio periph_gpio_irq FEATURES_PROVIDED += periph_i2c FEATURES_PROVIDED += periph_rtc FEATURES_PROVIDED += periph_rtt