Skip to content

Commit 31cf572

Browse files
authored
[OTA] Fix OTARequestorDriverImpl inclusion (#15981)
Former-commit-id: d5f4b0b
1 parent 99dd36a commit 31cf572

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/mbed/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,7 @@ endif(CONFIG_CHIP_PW_RPC)
456456

457457
if (CONFIG_CHIP_OTA_REQUESTOR)
458458
target_include_directories(${APP_TARGET} PRIVATE
459+
${CHIP_ROOT}/examples/platform/mbed/ota/
459460
${CHIP_ROOT}/src/app/clusters/ota-requestor
460461
${CHIP_ROOT}/src/platform
461462
${CHIP_ROOT}/src/platform/mbed

0 commit comments

Comments
 (0)