Skip to content

Commit 66e2d0c

Browse files
committed
Adds changes for the customProcessor
1 parent 293f69c commit 66e2d0c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/platform/silabs/multi-ota/OTAHooks.cpp

-6
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,9 @@ CHIP_ERROR chip::OTAMultiImageProcessorImpl::OtaHookInit()
6969
customProcessor2.RegisterDescriptorCallback(ProcessDescriptor);
7070
customProcessor3.RegisterDescriptorCallback(ProcessDescriptor);
7171

72-
<<<<<<< HEAD
7372
ReturnErrorOnFailure(imageProcessor.RegisterProcessor(8, &customProcessor1));
7473
ReturnErrorOnFailure(imageProcessor.RegisterProcessor(9, &customProcessor2));
7574
ReturnErrorOnFailure(imageProcessor.RegisterProcessor(10, &customProcessor3));
76-
=======
77-
ReturnErrorOnFailure(imageProcessor.RegisterProcessor(static_cast<uint32_t>(OTAProcessorTag::kCustomProcessor1), &customProcessor1));
78-
ReturnErrorOnFailure(imageProcessor.RegisterProcessor(static_cast<uint32_t>(OTAProcessorTag::kCustomProcessor2), &customProcessor2));
79-
ReturnErrorOnFailure(imageProcessor.RegisterProcessor(static_cast<uint32_t>(OTAProcessorTag::kCustomProcessor3), &customProcessor3));
80-
>>>>>>> d7d9418cbb (Added changes for builkd issue with EFR32 multi OTA)
8175
#endif
8276

8377
#ifdef SL_WIFI

0 commit comments

Comments
 (0)