mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 12:10:59 +00:00
esp32h2: renaming esp32h2 to esp32h4
This commit is contained in:
@@ -46,7 +46,7 @@ __attribute__((weak)) void bootloader_clock_configure(void)
|
||||
clk_ll_cpu_get_freq_mhz_from_pll() == CLK_LL_PLL_240M_FREQ_MHZ) {
|
||||
cpu_freq_mhz = 240;
|
||||
}
|
||||
#elif CONFIG_IDF_TARGET_ESP32H2
|
||||
#elif CONFIG_IDF_TARGET_ESP32H4
|
||||
cpu_freq_mhz = 64;
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user