efuse: Fix docs and script

This commit is contained in:
Konstantin Kondrashov
2018-12-11 14:39:32 +08:00
committed by bot
parent cc094ba789
commit 95b6273c7c
4 changed files with 34 additions and 35 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ typedef enum {
typedef struct {
esp_efuse_block_t efuse_block; /**< Block of eFuse */
uint16_t bit_start; /**< Start bit [0..255] */
uint16_t bit_count; /**< Length of bit field [1..256]*/
uint16_t bit_count; /**< Length of bit field [1..-]*/
} esp_efuse_desc_t;
/**