mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-30 08:51:19 +01:00
10 lines
172 B
Makefile
10 lines
172 B
Makefile
export PROJECT = test_vtimer_msg
|
|
include ../Makefile.tests_common
|
|
|
|
|
|
## Modules to include.
|
|
USEMODULE += auto_init
|
|
USEMODULE += vtimer
|
|
|
|
include $(RIOTBASE)/Makefile.include
|