We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13d4235 commit 8746f44Copy full SHA for 8746f44
examples/system/efuse/main/efuse_main.c
@@ -17,11 +17,11 @@
17
#include "esp_efuse_table.h"
18
#include "esp_efuse_custom_table.h"
19
20
-#if CONFIG_SECURE_BOOT
+#if CONFIG_SECURE_BOOT || CONFIG_IDF_TARGET_ESP32C2
21
#include "esp_secure_boot.h"
22
#endif
23
24
-#if CONFIG_SECURE_FLASH_ENC_ENABLED
+#if CONFIG_SECURE_FLASH_ENC_ENABLED || CONFIG_IDF_TARGET_ESP32C2
25
#include "esp_flash_encrypt.h"
26
27
0 commit comments