mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-15 17:52:45 +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
|