efuse: Fix the order of writing in batch mode for esp32s2 and s3

This commit is contained in:
KonstantinKondrashov
2020-10-29 15:53:42 +08:00
committed by bot
parent 5bbd61d013
commit f2c9c1e4ab
8 changed files with 55 additions and 25 deletions

View File

@@ -18,7 +18,6 @@
extern "C" {
#endif
#define COUNT_EFUSE_BLOCKS 11 /* The number of blocks. */
#define COUNT_EFUSE_REG_PER_BLOCK 8 /* The number of registers per block. */
#define ESP_EFUSE_SECURE_VERSION_NUM_BLOCK EFUSE_BLK0