File tree 2 files changed +1
-3
lines changed
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 38
38
#if CHIP_CONFIG_ENABLE_ICD_SERVER == 1
39
39
#include < app/icd/server/ICDNotifier.h> // nogncheck
40
40
#endif
41
- #include < ProvisionManager.h>
42
41
#include < app/server/OnboardingCodesUtil.h>
43
42
#include < app/util/attribute-storage.h>
44
43
#include < assert.h>
45
44
#include < lib/support/CodeUtils.h>
46
45
#include < platform/CHIPDeviceLayer.h>
46
+ #include < platform/silabs/ProvisionManager.h>
47
47
#include < setup_payload/QRCodeSetupPayloadGenerator.h>
48
48
#include < setup_payload/SetupPayload.h>
49
49
#include < sl_cmsis_os2_common.h>
Original file line number Diff line number Diff line change @@ -219,8 +219,6 @@ source_set("efr32-common") {
219
219
" :efr32-common-config" ,
220
220
" ${ efr32_sdk_build_root } :silabs_config" ,
221
221
" :chip_examples_project_config" ,
222
-
223
- " ${ chip_root } /src/platform/silabs/provision:provision-config" ,
224
222
]
225
223
226
224
# DIC
You can’t perform that action at this time.
0 commit comments