forked from espressif/esp-idf
Merge branch 'bugfix/esp_rom_wdt_linker_issue' into 'master'
esp_rom: fix esp_rom_wdt linker issue See merge request espressif/esp-idf!22099
This commit is contained in:
@@ -6,5 +6,5 @@ entries:
|
||||
esp_rom_tlsf (noflash)
|
||||
if SOC_SYSTIMER_SUPPORTED = y:
|
||||
esp_rom_systimer (noflash)
|
||||
if CONFIG_HAL_WDT_USE_ROM_IMPL = y:
|
||||
if HAL_WDT_USE_ROM_IMPL = y:
|
||||
esp_rom_wdt (noflash)
|
||||
|
Reference in New Issue
Block a user