1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-27 15:31:17 +01:00
RIOT/tests/sys/log_unit/Makefile
2025-07-16 14:49:35 +02:00

7 lines
119 B
Makefile

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