1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 05:53:49 +01:00
2025-02-21 09:55:24 +01:00

14 lines
323 B
Makefile

APPLICATION = timer_periodic_wakeup
RIOTBASE ?= $(CURDIR)/../../..
BOARD ?= native
USEMODULE += ztimer_msec
# 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