cpu/esp32: enable esp_log_startup on LOG_LEVL=4
This commit is contained in:
parent
91496b3cba
commit
eb73358284
@ -70,6 +70,10 @@ ifneq (,$(filter littlefs,$(USEMODULE)))
|
||||
export RIOT_TEST_TIMEOUT = 300
|
||||
endif
|
||||
|
||||
ifneq (,$(filter 4 5,$(LOG_LEVEL)))
|
||||
USEMODULE += esp_log_startup
|
||||
endif
|
||||
|
||||
# ESP32 pseudomodules
|
||||
PSEUDOMODULES += esp_eth_hw
|
||||
PSEUDOMODULES += esp_gdb
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user