mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 22:13:52 +01:00
fix unexpected behavior: reference #9949 reference #10294 fix redefinition for AUTO_INIT_LED0
7 lines
144 B
Makefile
7 lines
144 B
Makefile
include ../Makefile.tests_common
|
|
|
|
# Some boards do not initialize LED0 by default
|
|
CFLAGS=-DAUTO_INIT_LED0
|
|
|
|
include $(RIOTBASE)/Makefile.include
|