]> granicus.if.org Git - esp-idf/commit
bootloader: add definition of esp_clk_apb_freq
authorIvan Grokhotkov <ivan@espressif.com>
Mon, 26 Aug 2019 22:22:10 +0000 (00:22 +0200)
committerIvan Grokhotkov <ivan@espressif.com>
Tue, 27 Aug 2019 10:01:11 +0000 (12:01 +0200)
commitfb72a6f629a62c0655e8eff1d2d3f67d7aa9b62c
treed78264f961e294ade2da87ff68ccc9441bacee30
parentaa087667dffb8f024a5bf162cef4d5c0ffb152ab
bootloader: add definition of esp_clk_apb_freq

Commit 8cd04c80 has added a dependency of efuse component on
esp_clk_apb_freq, however there was no definition of this function in
the bootloader context.

Reported at https://esp32.com/viewtopic.php?f=13&t=12035
components/bootloader_support/src/bootloader_clock.c