Skip to content

Commit

Permalink
[Silabs] Enable persistent subs for ICDs (#25077)
Browse files Browse the repository at this point in the history
* Enable persistent subs for ICDs

* remove argument for declare_args
  • Loading branch information
mkardous-silabs authored and pull[bot] committed Feb 1, 2024
1 parent 5fb2ef8 commit 1250907
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/platform/silabs/efr32/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ declare_args() {
chip_config_use_icd_subscription_callbacks = enable_sleepy_device
}

# Use persitent subscriptions for IC devices
chip_persist_subscriptions = enable_sleepy_device

silabs_common_plat_dir = "${chip_root}/examples/platform/silabs"

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

0 comments on commit 1250907

Please sign in to comment.