efuse(es32c2): Supports 26MHz XTAL

This commit is contained in:
KonstantinKondrashov
2022-07-04 18:06:00 +08:00
committed by Michael (XIAO Xufeng)
parent 0d5f3081ac
commit f2adee8b28
4 changed files with 12 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ const esp_efuse_range_addr_t range_write_addr_blocks[] = {
// Update Efuse timing configuration
static esp_err_t esp_efuse_set_timing(void)
{
// no need to set special timing values
efuse_hal_set_timing(0);
return ESP_OK;
}
#endif // ifndef CONFIG_EFUSE_VIRTUAL