1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2026-01-01 01:41:18 +01:00

tests/periph_gpio: Add fast_read feature as optional dependency

This commit is contained in:
Koen Zandberg 2020-09-10 22:00:46 +02:00
parent 6007a31813
commit 7ef69ae79b
No known key found for this signature in database
GPG Key ID: 0895A893E6D2985B

View File

@ -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