We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96fb1e0 commit c78bb0cCopy full SHA for c78bb0c
examples/platform/silabs/provision/ProvisionStorageFlash.cpp
@@ -29,7 +29,7 @@
29
#include <platform/silabs/multi-ota/OtaTlvEncryptionKey.h>
30
#endif // SL_MATTER_ENABLE_OTA_ENCRYPTION
31
32
-#if !SL_MATTER_GN_BUILD
+#if !(SL_MATTER_GN_BUILD || defined(SL_PROVISION_GENERATOR))
33
#include <sl_matter_provision_config.h>
34
#endif
35
0 commit comments