mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
12 lines
234 B
Makefile
12 lines
234 B
Makefile
APPLICATION = xtimer_shift_on_compare
|
|
include ../Makefile.tests_common
|
|
|
|
BOARD_WHITELIST += msb-430h arduino-mega2560 waspmote-pro
|
|
|
|
BOARD ?= native
|
|
RIOTBASE ?= $(CURDIR)/../..
|
|
|
|
USEMODULE += xtimer
|
|
|
|
include $(RIOTBASE)/Makefile.include
|