We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d2f010 commit cba4de3Copy full SHA for cba4de3
examples/platform/silabs/provision/ProvisionStorageFlash.cpp
@@ -29,7 +29,7 @@
29
#include <platform/silabs/multi-ota/OtaTlvEncryptionKey.h>
30
#endif // OTA_ENCRYPTION_ENABLE
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