mirror of
https://github.com/gosticks/RIOT.git
synced 2025-10-16 12:05:37 +00:00
9 lines
161 B
Makefile
9 lines
161 B
Makefile
APPLICATION = vtimer_msg
|
|
include ../Makefile.tests_common
|
|
|
|
BOARD_INSUFFICIENT_RAM := stm32f0discovery
|
|
|
|
USEMODULE += vtimer
|
|
|
|
include $(RIOTBASE)/Makefile.include
|