mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 03:34:32 +02:00
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:
@@ -59,3 +59,12 @@ void bootloader_clock_configure()
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef BOOTLOADER_BUILD
|
||||||
|
|
||||||
|
int esp_clk_apb_freq(void)
|
||||||
|
{
|
||||||
|
return rtc_clk_apb_freq_get();
|
||||||
|
}
|
||||||
|
|
||||||
|
#endif // BOOTLOADER_BUILD
|
||||||
|
Reference in New Issue
Block a user