Merge branch 'bugfix/bootloader_efuse_build_regression_v3.3' into 'release/v3.3'
bootloader: add definition of esp_clk_apb_freq (v3.3) See merge request espressif/esp-idf!9093
This commit is contained in:
commit
5e84ee108c
1 changed files with 9 additions and 0 deletions
|
@ -59,3 +59,12 @@ void bootloader_clock_configure()
|
|||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
#ifdef BOOTLOADER_BUILD
|
||||
|
||||
int esp_clk_apb_freq(void)
|
||||
{
|
||||
return rtc_clk_apb_freq_get();
|
||||
}
|
||||
|
||||
#endif // BOOTLOADER_BUILD
|
||||
|
|
Loading…
Reference in a new issue