1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/driver_dfplayer/Makefile
2020-06-28 21:06:49 +02:00

13 lines
254 B
Makefile

include ../Makefile.tests_common
USEMODULE += dfplayer
USEMODULE += event_thread_lowest
USEMODULE += shell
USEMODULE += shell_commands
include $(RIOTBASE)/Makefile.include
ifneq (,$(BUSY_PIN))
CFLAGS += '-DDFPLAYER_PARAM_BUSY_PIN=$(BUSY_PIN)'
endif