Skip to content

Commit ce4ef7a

Browse files
committed
cleanup: remove ota app descriptor source
Leftover from earlier cleanup commit 42914e0
1 parent abaa608 commit ce4ef7a

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

components/app_update/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ if(${target} STREQUAL "linux")
44
return() # This component is not supported by the POSIX/Linux simulator
55
endif()
66

7-
idf_component_register(SRCS "esp_ota_ops.c" "esp_ota_app_desc.c"
7+
idf_component_register(SRCS "esp_ota_ops.c"
88
INCLUDE_DIRS "include"
99
REQUIRES partition_table bootloader_support esp_app_format esp_bootloader_format esp_partition
1010
PRIV_REQUIRES esptool_py efuse spi_flash)

components/app_update/esp_ota_app_desc.c

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)