Skip to content

Commit

Permalink
Merge branch 'bugfix/esp_rom_wdt_linker_issue' into 'master'
Browse files Browse the repository at this point in the history
esp_rom: fix esp_rom_wdt linker issue

See merge request espressif/esp-idf!22099
  • Loading branch information
esp-jiangguangming committed Jan 20, 2023
2 parents a2b0068 + a14c2c2 commit fe3e54e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/esp_rom/linker.lf
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit fe3e54e

Please sign in to comment.