efuse: fix

This commit is contained in:
KonstantinKondrashov
2022-04-21 00:44:24 +08:00
committed by BOT
parent 8c063a326e
commit 06aeeff54e
7 changed files with 48 additions and 52 deletions

View File

@@ -10,6 +10,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