mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
13 lines
254 B
Makefile
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
|