Skip to content

Commit 1250907

Browse files
mkardous-silabspull[bot]
authored andcommitted
[Silabs] Enable persistent subs for ICDs (#25077)
* Enable persistent subs for ICDs * remove argument for declare_args
1 parent 5fb2ef8 commit 1250907

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/platform/silabs/efr32/BUILD.gn

+3
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ declare_args() {
4646
chip_config_use_icd_subscription_callbacks = enable_sleepy_device
4747
}
4848

49+
# Use persitent subscriptions for IC devices
50+
chip_persist_subscriptions = enable_sleepy_device
51+
4952
silabs_common_plat_dir = "${chip_root}/examples/platform/silabs"
5053

5154
import("${silabs_common_plat_dir}/efr32/args.gni")

0 commit comments

Comments
 (0)