mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-14 06:04:19 +00:00
efuse: Add more logging for virtual efuses
Closes https://github.com/espressif/esp-idf/pull/10536
This commit is contained in:

committed by
KonstantinKondrashov

parent
e65eaa4d8c
commit
c7a12dd34b
@@ -313,7 +313,7 @@ esp_err_t esp_flash_encrypt_enable(void)
|
||||
|
||||
ESP_LOGI(TAG, "Flash encryption completed");
|
||||
|
||||
#if CONFIG_EFUSE_VIRTUAL
|
||||
#ifdef CONFIG_EFUSE_VIRTUAL
|
||||
ESP_LOGW(TAG, "Flash encryption not really completed. Must disable virtual efuses");
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user