diff --git a/components/app_update/esp_ota_ops.c b/components/app_update/esp_ota_ops.c index eb2bddebbe..51244b3d87 100644 --- a/components/app_update/esp_ota_ops.c +++ b/components/app_update/esp_ota_ops.c @@ -39,9 +39,7 @@ #include "bootloader_common.h" #include "sys/param.h" #include "esp_system.h" -#if CONFIG_IDF_TARGET_ESP32 #include "esp_efuse.h" -#endif #define SUB_TYPE_ID(i) (i & 0x0F)