mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-27 15:31:17 +01:00
7 lines
119 B
Makefile
7 lines
119 B
Makefile
include ../Makefile.sys_common
|
|
|
|
# Enable debug log level
|
|
CFLAGS += -DLOG_LEVEL=4
|
|
|
|
include $(RIOTBASE)/Makefile.include
|