mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
fix(esp_system): fix build err if int_wdt is not enabled on esp32
This commit is contained in:
@@ -4,7 +4,7 @@ set(srcs "highint_hdl.S"
|
||||
"system_internal.c"
|
||||
"cache_err_int.c")
|
||||
|
||||
if(CONFIG_ESP32_ECO3_CACHE_LOCK_FIX)
|
||||
if(CONFIG_ESP32_ECO3_CACHE_LOCK_FIX AND CONFIG_ESP_INT_WDT)
|
||||
list(APPEND srcs "eco3_livelock_workaround.c")
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user