Skip to content

Commit f850438

Browse files
Fix mismatch in gn argument name between its declaration and usage. (#35384)
1 parent f95c8e7 commit f850438

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

third_party/silabs/efr32_sdk.gni

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ declare_args() {
6161
sl_active_mode_duration_ms = 1000 # 1s Active Mode Duration
6262
sl_active_mode_threshold_ms = 500 # 500ms Active Mode Threshold
6363
sl_icd_supported_clients_per_fabric = 2 # 2 registration slots per fabric
64-
sl_use_subscription_synching = false
64+
sl_use_subscription_syncing = false
6565

6666
silabs_log_enabled = true
6767

@@ -658,7 +658,7 @@ template("efr32_sdk") {
658658
]
659659
}
660660

661-
if (sl_use_subscription_synching) {
661+
if (sl_use_subscription_syncing) {
662662
defines += [ "CHIP_CONFIG_SYNCHRONOUS_REPORTS_ENABLED=1" ]
663663
}
664664

0 commit comments

Comments
 (0)