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:
parent
310eb4970c
commit
2e35eb9229
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user