efuse: fix

This commit is contained in:
KonstantinKondrashov
2022-04-21 00:44:24 +08:00
committed by morris
parent 4be976e40d
commit 28e50c1180
6 changed files with 43 additions and 47 deletions

View File

@@ -18,6 +18,9 @@
extern "C" {
#endif
#define ESP_EFUSE_LEN_OF_3_4_SCHEME_BLOCK_IN_BYTES (24)
#define ESP_EFUSE_LEN_OF_REPEAT_BLOCK_IN_BYTES (16)
#define COUNT_EFUSE_REG_PER_BLOCK 8 /* The number of registers per block. */
#define ESP_EFUSE_SECURE_VERSION_NUM_BLOCK EFUSE_BLK3