mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 22:52:45 +01:00
10 lines
217 B
Makefile
10 lines
217 B
Makefile
include ../Makefile.tests_common
|
|
|
|
# Some boards do not initialize LED0 by default
|
|
CFLAGS=-DPERIPH_INIT_LED0
|
|
|
|
# auto-init on board buttons as well
|
|
USEMODULE += periph_init_buttons
|
|
|
|
include $(RIOTBASE)/Makefile.include
|