Skip to content

Commit

Permalink
Added SIWX_917 macro for OTAConfig.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
bhmanda-silabs committed Nov 9, 2023
1 parent 8a88399 commit f7a6656
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/platform/silabs/OTAConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@

#include "OTAConfig.h"

#ifndef SIWX_917

#include "application_properties.h"
#include <app/server/Server.h>

Expand Down Expand Up @@ -66,6 +68,7 @@ __attribute__((used)) ApplicationProperties_t sl_app_properties = {
.longTokenSectionAddress = NULL,
};

#endif
// Global OTA objects
chip::DefaultOTARequestor gRequestorCore;
chip::DefaultOTARequestorStorage gRequestorStorage;
Expand Down

0 comments on commit f7a6656

Please sign in to comment.