diff --git a/tools/test_apps/linux_compatible/mock_build_test/main/mock_build_test.c b/tools/test_apps/linux_compatible/mock_build_test/main/mock_build_test.c index d3a22fe3bb9..eebf76f62e1 100644 --- a/tools/test_apps/linux_compatible/mock_build_test/main/mock_build_test.c +++ b/tools/test_apps/linux_compatible/mock_build_test/main/mock_build_test.c @@ -150,7 +150,7 @@ void app_main(void) bootloader_random_enable_Ignore(); 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(); (void)flash_encrypted;