File tree 1 file changed +0
-6
lines changed
src/platform/silabs/multi-ota
1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -69,15 +69,9 @@ CHIP_ERROR chip::OTAMultiImageProcessorImpl::OtaHookInit()
69
69
customProcessor2.RegisterDescriptorCallback (ProcessDescriptor);
70
70
customProcessor3.RegisterDescriptorCallback (ProcessDescriptor);
71
71
72
- <<<<<<< HEAD
73
72
ReturnErrorOnFailure (imageProcessor.RegisterProcessor (8 , &customProcessor1));
74
73
ReturnErrorOnFailure (imageProcessor.RegisterProcessor (9 , &customProcessor2));
75
74
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)
81
75
#endif
82
76
83
77
#ifdef SL_WIFI
You can’t perform that action at this time.
0 commit comments