We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e07c1f commit 24b970bCopy full SHA for 24b970b
examples/platform/silabs/provision/ProvisionStorageFlash.cpp
@@ -29,6 +29,10 @@
29
#include <platform/silabs/multi-ota/OtaTlvEncryptionKey.h>
30
#endif // SL_MATTER_ENABLE_OTA_ENCRYPTION
31
32
+#if !SL_MATTER_GN_BUILD
33
+#include <sl_matter_provision_config.h>
34
+#endif
35
+
36
using namespace chip::Credentials;
37
38
#if SLI_SI91X_MCU_INTERFACE
@@ -52,10 +56,6 @@ extern "C" {
52
56
extern uint8_t linker_nvm_end[];
53
57
#endif // SLI_SI91X_MCU_INTERFACE
54
58
55
-#if !SL_MATTER_GN_BUILD
-#include <sl_matter_provision_config.h>
-#endif
-
59
namespace {
60
constexpr size_t kPageSize = FLASH_PAGE_SIZE;
61
constexpr size_t kMaxBinaryValue = 1024;
0 commit comments