Skip to content

Commit c78bb0c

Browse files
Fix GFW image build with ProvisionStorageFlash option (#38080)
1 parent 96fb1e0 commit c78bb0c

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 // SL_MATTER_ENABLE_OTA_ENCRYPTION
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)