1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-22 04:53:50 +01:00

10 lines
184 B
Makefile

APPLICATION = timer_periodic_wakeup
RIOTBASE ?= $(CURDIR)/../..
BOARD ?= native
USEMODULE += xtimer
QUIET ?= 1
FEATURES_REQUIRED += periph_timer
include $(RIOTBASE)/Makefile.include