mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-04 21:24:32 +02:00
esp_hw_support: Fix typo on esp32s3 ets_update_cpu_frequency introduced in 23e37393a7
This commit is contained in:
@@ -79,7 +79,7 @@ int IRAM_ATTR esp_clk_xtal_freq(void)
|
|||||||
return rtc_clk_xtal_freq_get() * MHZ;
|
return rtc_clk_xtal_freq_get() * MHZ;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if CONFIG_IDF_TARGET_ESP32 || CONFIG_IDF_TARGET_ESP32S2 || CONFIG_IDF_TARGET_ESPS3
|
#if CONFIG_IDF_TARGET_ESP32 || CONFIG_IDF_TARGET_ESP32S2 || CONFIG_IDF_TARGET_ESP32S3
|
||||||
void IRAM_ATTR ets_update_cpu_frequency(uint32_t ticks_per_us)
|
void IRAM_ATTR ets_update_cpu_frequency(uint32_t ticks_per_us)
|
||||||
{
|
{
|
||||||
/* Update scale factors used by esp_rom_delay_us */
|
/* Update scale factors used by esp_rom_delay_us */
|
||||||
|
Reference in New Issue
Block a user