1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 14:33:52 +01:00
RIOT/tests/log_color/Makefile
2019-09-09 20:37:07 +02:00

9 lines
145 B
Makefile

include ../Makefile.tests_common
USEMODULE += log_color
# Enable debug log level
CFLAGS += -DLOG_LEVEL=4
include $(RIOTBASE)/Makefile.include