# define application name export PROJECT = test_hwtimer_spin # for easy switching of boards export BOARD ?= native # the absolute path of the RIOT-base dir export RIOTBASE = $(CURDIR)/../.. # modules to include USEMODULE += auto_init USEMODULE += hwtimer include $(RIOTBASE)/Makefile.include