mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-22 13:03:54 +01:00
7 lines
134 B
Makefile
7 lines
134 B
Makefile
export APPLICATION = test_vtimer_msg_diff
|
|
include ../Makefile.tests_common
|
|
|
|
USEMODULE += vtimer
|
|
|
|
include $(RIOTBASE)/Makefile.include
|