mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
10 lines
184 B
Makefile
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
|