From 7ef69ae79bf0e6190eb7820972b9d39cd3191014 Mon Sep 17 00:00:00 2001 From: Koen Zandberg Date: Thu, 10 Sep 2020 22:00:46 +0200 Subject: [PATCH] tests/periph_gpio: Add fast_read feature as optional dependency --- tests/periph_gpio/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/periph_gpio/Makefile b/tests/periph_gpio/Makefile index cdfd9d9950..7733afaaa3 100644 --- a/tests/periph_gpio/Makefile +++ b/tests/periph_gpio/Makefile @@ -2,6 +2,7 @@ include ../Makefile.tests_common FEATURES_REQUIRED = periph_gpio FEATURES_OPTIONAL = periph_gpio_irq +FEATURES_OPTIONAL += periph_gpio_fast_read USEMODULE += shell USEMODULE += shell_commands