1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/examples/timer_periodic_wakeup/Makefile

14 lines
320 B
Makefile
Raw Normal View History

APPLICATION = timer_periodic_wakeup
RIOTBASE ?= $(CURDIR)/../..
BOARD ?= native
USEMODULE += ztimer_msec
2017-11-19 14:12:25 +01:00
# Comment this out to disable code in RIOT that does safety checking
# which is not needed in a production environment but helps in the
# development process:
DEVELHELP ?= 1
include $(RIOTBASE)/Makefile.include