1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-17 18:43:50 +01:00

11 lines
195 B
Makefile

# name of your application
include ../Makefile.tests_common
ifeq ($(shell uname),Darwin)
CFLAGS += -Wno-language-extension-token
endif
USEMODULE += xtimer
include $(RIOTBASE)/Makefile.include