mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-15 16:32:45 +01:00
10 lines
183 B
Makefile
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
|