Skip to content

Commit

Permalink
[Silabs] Add missing space at the end of --icd macro (#33049)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkardous-silabs authored and pull[bot] committed May 7, 2024
1 parent aacd519 commit b636323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/examples/gn_silabs_example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ else
shift
;;
--icd)
optArgs+="chip_enable_icd_server=true chip_openthread_ftd=false sl_enable_test_event_trigger=true"
optArgs+="chip_enable_icd_server=true chip_openthread_ftd=false sl_enable_test_event_trigger=true "
shift
;;
--low-power)
Expand Down

0 comments on commit b636323

Please sign in to comment.