Skip to content

Commit cba4de3

Browse files
[CSA-CP]Fix GFW image build with ProvisionStorageFlash option (#375)
1 parent 5d2f010 commit cba4de3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/platform/silabs/provision/ProvisionStorageFlash.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#include <platform/silabs/multi-ota/OtaTlvEncryptionKey.h>
3030
#endif // OTA_ENCRYPTION_ENABLE
3131

32-
#if !SL_MATTER_GN_BUILD
32+
#if !(SL_MATTER_GN_BUILD || defined(SL_PROVISION_GENERATOR))
3333
#include <sl_matter_provision_config.h>
3434
#endif
3535

0 commit comments

Comments
 (0)