mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
fix: update flash encryption mock build check
Use a non-deprecated bootloader support API in the mock build test. Keep the test focused on validating the generated bootloader support mock. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -150,7 +150,7 @@ void app_main(void)
|
|||||||
bootloader_random_enable_Ignore();
|
bootloader_random_enable_Ignore();
|
||||||
bootloader_random_enable();
|
bootloader_random_enable();
|
||||||
|
|
||||||
esp_flash_encryption_enabled_IgnoreAndReturn(true);
|
esp_efuse_is_flash_encryption_enabled_IgnoreAndReturn(true);
|
||||||
bool flash_encrypted = esp_efuse_is_flash_encryption_enabled();
|
bool flash_encrypted = esp_efuse_is_flash_encryption_enabled();
|
||||||
(void)flash_encrypted;
|
(void)flash_encrypted;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user