mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
937efda843
xtimer for short timouts is blocking (spin) this was needed for this test to pass by sleeping in main we no longer need the timer set to wait
7 lines
113 B
Makefile
7 lines
113 B
Makefile
include ../Makefile.tests_common
|
|
|
|
USEMODULE += evtimer
|
|
USEMODULE += xtimer
|
|
|
|
include $(RIOTBASE)/Makefile.include
|