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

pull/9137/head
Omar Chebib 2022-05-10 17:13:35 +08:00 zatwierdzone przez BOT
rodzic 06aeeff54e
commit 18fb3d60b8
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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. // Encoded data will be set during the burn operation.
esp_err_t esp_efuse_utility_apply_new_coding_scheme() esp_err_t esp_efuse_utility_apply_new_coding_scheme()
{ {