1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

Merge pull request #14137 from aabadie/pr/tests/buttons_fix_deps

tests/buttons: remove unused xtimer dependency
This commit is contained in:
Leandro Lanzieri 2020-05-25 18:42:17 +02:00 committed by GitHub
commit 9e10278483
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,5 @@
include ../Makefile.tests_common
FEATURES_REQUIRED += periph_gpio_irq
USEMODULE += xtimer
include $(RIOTBASE)/Makefile.include