1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/evtimer_underflow/Makefile
Karl Fessel 937efda843 test/evtimer_underflow: test shall not need a blocking timer set
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
2021-12-14 22:53:01 +01:00

7 lines
113 B
Makefile

include ../Makefile.tests_common
USEMODULE += evtimer
USEMODULE += xtimer
include $(RIOTBASE)/Makefile.include