mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
efuse: Fix mode EFUSE_SECURE_VERSION_EMULATE
This commit is contained in:
parent
8bed3a3dd2
commit
09ee721932
@ -13,7 +13,7 @@ list(APPEND srcs
|
||||
"src/esp_efuse_utility.c")
|
||||
|
||||
idf_component_register(SRCS "${srcs}"
|
||||
PRIV_REQUIRES bootloader_support soc
|
||||
PRIV_REQUIRES bootloader_support soc spi_flash
|
||||
INCLUDE_DIRS "${include_dirs}")
|
||||
|
||||
set(GEN_EFUSE_TABLE_ARG --max_blk_len ${CONFIG_EFUSE_MAX_BLK_LEN})
|
||||
|
@ -70,6 +70,7 @@
|
||||
#include "esp_private/pm_impl.h"
|
||||
#include "trax.h"
|
||||
#include "esp_ota_ops.h"
|
||||
#include "esp_efuse.h"
|
||||
|
||||
#define STRINGIFY(s) STRINGIFY2(s)
|
||||
#define STRINGIFY2(s) #s
|
||||
|
Loading…
x
Reference in New Issue
Block a user