Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 24b970b

Browse files
committedFeb 21, 2025·
addressing review comments
1 parent 3e07c1f commit 24b970b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎examples/platform/silabs/provision/ProvisionStorageFlash.cpp

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
#include <platform/silabs/multi-ota/OtaTlvEncryptionKey.h>
3030
#endif // SL_MATTER_ENABLE_OTA_ENCRYPTION
3131

32+
#if !SL_MATTER_GN_BUILD
33+
#include <sl_matter_provision_config.h>
34+
#endif
35+
3236
using namespace chip::Credentials;
3337

3438
#if SLI_SI91X_MCU_INTERFACE
@@ -52,10 +56,6 @@ extern "C" {
5256
extern uint8_t linker_nvm_end[];
5357
#endif // SLI_SI91X_MCU_INTERFACE
5458

55-
#if !SL_MATTER_GN_BUILD
56-
#include <sl_matter_provision_config.h>
57-
#endif
58-
5959
namespace {
6060
constexpr size_t kPageSize = FLASH_PAGE_SIZE;
6161
constexpr size_t kMaxBinaryValue = 1024;

0 commit comments

Comments
 (0)
Please sign in to comment.