1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/leds/Makefile
Rotzbua d606c11d11 tests/leds: initialize led0 by default
fix unexpected behavior:
reference #9949
reference #10294

fix redefinition for AUTO_INIT_LED0
2019-02-27 13:09:29 +01:00

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