cpu/esp8266: enable esp_log_startup on LOG_LEVL=4

This commit is contained in:
Gunar Schorcht 2019-12-06 18:56:47 +01:00
parent b4b3e4f934
commit 81cde86a73

View File

@ -58,6 +58,10 @@ ifneq (,$(filter log_color,$(USEMODULE)))
USEMODULE += esp_log_colored USEMODULE += esp_log_colored
endif endif
ifneq (,$(filter 4 5,$(LOG_LEVEL)))
USEMODULE += esp_log_startup
endif
# regular Makefile # regular Makefile
export TARGET_ARCH ?= xtensa-esp8266-elf export TARGET_ARCH ?= xtensa-esp8266-elf