File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
examples/platform/silabs/provision Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,9 @@ if (wifi_soc) {
2222 import (" ${ silabs_sdk_build_root } /efr32_sdk.gni" )
2323}
2424
25- # Seperate import since the matter_support_root is defined in the ef32_sdk.gni / SiWx917_sdk.gni
25+ # Separate import since the matter_support_root is defined in the ef32_sdk.gni / SiWx917_sdk.gni
2626import (" ${ matter_support_root } /provision/args.gni" )
2727source_set (" storage" ) {
28- # SL-TEMP: CHIP_DEVICE_CONFIG_ENABLE_EXAMPLE_CREDENTIALS is required for credentials fallback in ProvisionStorageXXX.
29- # The define is replaced by SL_MATTER_ENABLE_EXAMPLE_CREDENTIALS in matter 1.5.
30- defines = [ " CHIP_DEVICE_CONFIG_ENABLE_EXAMPLE_CREDENTIALS=1" ]
3128 sources = [ " ProvisionStorageCustom.cpp" ]
3229
3330 if (use_provision_flash_storage ) {
You can’t perform that action at this time.
0 commit comments