mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-27 18:32:54 +00:00
mspi: turn down freq to fix crash when sleep
This commit is contained in:
@@ -746,7 +746,7 @@ esp_err_t IRAM_ATTR bootloader_flash_reset_chip(void)
|
||||
return ESP_OK;
|
||||
}
|
||||
|
||||
bool bootloader_flash_is_octal_mode_enabled(void)
|
||||
bool IRAM_ATTR bootloader_flash_is_octal_mode_enabled(void)
|
||||
{
|
||||
#if SOC_SPI_MEM_SUPPORT_OPI_MODE
|
||||
return efuse_ll_get_flash_type();
|
||||
|
Reference in New Issue
Block a user