1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-15 17:52:45 +01:00
RIOT/tests/driver_dfplayer/Makefile

13 lines
254 B
Makefile
Raw Normal View History

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