cpu/esp8266: enable esp_log_startup on LOG_LEVL=4
This commit is contained in:
parent
b4b3e4f934
commit
81cde86a73
@ -58,6 +58,10 @@ ifneq (,$(filter log_color,$(USEMODULE)))
|
||||
USEMODULE += esp_log_colored
|
||||
endif
|
||||
|
||||
ifneq (,$(filter 4 5,$(LOG_LEVEL)))
|
||||
USEMODULE += esp_log_startup
|
||||
endif
|
||||
|
||||
# regular Makefile
|
||||
|
||||
export TARGET_ARCH ?= xtensa-esp8266-elf
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user