This test sets three timers and renews them periodically, showing the difference they accumulate.
7 lines
130 B
Makefile
7 lines
130 B
Makefile
export PROJECT = test_vtimer_msg_diff
|
|
include ../Makefile.tests_common
|
|
|
|
USEMODULE += vtimer
|
|
|
|
include $(RIOTBASE)/Makefile.include
|