1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-15 13:32:44 +01:00
RIOT/tests/dbgpin/Makefile
2021-02-26 11:34:52 +01:00

10 lines
183 B
Makefile

include ../Makefile.tests_common
USEMODULE += dbgpin
USEMODULE += xtimer
DBGPIN_PINS ?= GPIO_PIN(0,0)
CFLAGS += -DDBGPIN_PINS="$(DBGPIN_PINS)"
include $(RIOTBASE)/Makefile.include