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