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
|