fix(efuse): fix efuse examples not compiling on c2

This commit is contained in:
Marius Vikhammer 2024-08-05 11:18:36 +08:00 committed by BOT
parent 13d4235d73
commit 8746f44c74

View File

@ -17,11 +17,11 @@
#include "esp_efuse_table.h"
#include "esp_efuse_custom_table.h"
#if CONFIG_SECURE_BOOT
#if CONFIG_SECURE_BOOT || CONFIG_IDF_TARGET_ESP32C2
#include "esp_secure_boot.h"
#endif
#if CONFIG_SECURE_FLASH_ENC_ENABLED
#if CONFIG_SECURE_FLASH_ENC_ENABLED || CONFIG_IDF_TARGET_ESP32C2
#include "esp_flash_encrypt.h"
#endif