From 6e0b3f9c696171665c9bcadc8e32bfabe0b9c0f6 Mon Sep 17 00:00:00 2001 From: kirankha Date: Tue, 19 Dec 2023 11:52:25 +0530 Subject: [PATCH] Removed SLC file Specific changes --- examples/platform/silabs/OTAConfig.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/platform/silabs/OTAConfig.cpp b/examples/platform/silabs/OTAConfig.cpp index 523be91c60e849..adc6f23abb4606 100644 --- a/examples/platform/silabs/OTAConfig.cpp +++ b/examples/platform/silabs/OTAConfig.cpp @@ -17,7 +17,6 @@ */ #include "OTAConfig.h" -#include "sl_matter_ota_config.h" // MATTER_GSDK_INTEGRATION #include #ifndef SIWX_917 @@ -77,7 +76,6 @@ __attribute__((used)) ApplicationProperties_t sl_app_properties = { #endif // SL_CATALOG_GECKO_BOOTLOADER_INTERFACE_PRESENT #endif // SIWX_917 -#endif // Global OTA objects chip::DefaultOTARequestor gRequestorCore; chip::DefaultOTARequestorStorage gRequestorStorage;