Apply 1 suggestion(s) to 1 file(s)

This commit is contained in:
Omar Chebib
2022-05-10 17:13:35 +08:00
committed by BOT
parent 06aeeff54e
commit 18fb3d60b8

View File

@ -269,7 +269,7 @@ static void read_r_data(esp_efuse_block_t num_block, uint32_t* buf_r_data)
}
}
// This function just checkes that given data for blocks will not rise a coding issue during the burn operation.
// This function just checks that given data for blocks will not raise a coding issue during the burn operation.
// Encoded data will be set during the burn operation.
esp_err_t esp_efuse_utility_apply_new_coding_scheme()
{