forked from espressif/esp-idf
esp_rom: fix esp_rom_wdt linker issue
This commit is contained in:
@@ -6,5 +6,5 @@ entries:
|
|||||||
esp_rom_tlsf (noflash)
|
esp_rom_tlsf (noflash)
|
||||||
if SOC_SYSTIMER_SUPPORTED = y:
|
if SOC_SYSTIMER_SUPPORTED = y:
|
||||||
esp_rom_systimer (noflash)
|
esp_rom_systimer (noflash)
|
||||||
if CONFIG_HAL_WDT_USE_ROM_IMPL = y:
|
if HAL_WDT_USE_ROM_IMPL = y:
|
||||||
esp_rom_wdt (noflash)
|
esp_rom_wdt (noflash)
|
||||||
|
Reference in New Issue
Block a user