1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-15 16:32:45 +01:00
RIOT/tests/dbgpin/Makefile

10 lines
183 B
Makefile
Raw Normal View History

2020-09-15 14:46:24 +02:00
include ../Makefile.tests_common
USEMODULE += dbgpin
USEMODULE += xtimer
DBGPIN_PINS ?= GPIO_PIN(0,0)
CFLAGS += -DDBGPIN_PINS="$(DBGPIN_PINS)"
include $(RIOTBASE)/Makefile.include