1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

tests/periph_gpio: enable tamper wake

This commit is contained in:
Benjamin Valentin 2020-09-08 16:12:32 +02:00
parent 310eb4970c
commit 2e35eb9229

View File

@ -1,8 +1,9 @@
include ../Makefile.tests_common
FEATURES_REQUIRED = periph_gpio
FEATURES_OPTIONAL = periph_gpio_irq
FEATURES_REQUIRED += periph_gpio
FEATURES_OPTIONAL += periph_gpio_irq
FEATURES_OPTIONAL += periph_gpio_fast_read
FEATURES_OPTIONAL += periph_gpio_tamper_wake
USEMODULE += shell
USEMODULE += shell_commands