1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/examples/timer_periodic_wakeup/Makefile

10 lines
184 B
Makefile
Raw Normal View History

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