9 lines
184 B
Makefile
9 lines
184 B
Makefile
APPLICATION = test_vtimer_msg_diff
|
|
include ../Makefile.tests_common
|
|
|
|
BOARD_INSUFFICIENT_RAM := mbed_lpc1768 stm32f0discovery
|
|
|
|
USEMODULE += vtimer
|
|
|
|
include $(RIOTBASE)/Makefile.include
|