mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 04:02:27 +00:00
spi_flash: make suspend off by default and add more information for using suspend
This commit is contained in:
@@ -861,6 +861,7 @@ IRAM_ATTR esp_err_t esp_flash_set_io_mode(esp_flash_t* chip, bool qe)
|
||||
//init suspend mode cmd, uses internal.
|
||||
esp_err_t esp_flash_suspend_cmd_init(esp_flash_t* chip)
|
||||
{
|
||||
ESP_EARLY_LOGW(TAG, "Flash suspend feature is enabled");
|
||||
return chip->chip_drv->sus_setup(chip);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user