efuse: Checks errors of 4x coding scheme for BLOCK0 if so then abort

This commit is contained in:
KonstantinKondrashov
2021-08-11 19:06:48 +05:00
parent 46f0313d6b
commit 5ec9baff36
10 changed files with 82 additions and 0 deletions
+5
View File
@@ -287,3 +287,8 @@ esp_err_t esp_efuse_batch_write_commit(void)
}
return ESP_OK;
}
esp_err_t esp_efuse_check_errors(void)
{
return esp_efuse_utility_check_errors();
}