Skip to content

Commit

Permalink
Restyled by autopep8
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and chirag-silabs committed Jan 6, 2024
1 parent 053fbfa commit 4cf4002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build/build/targets.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ def BuildEfr32Target():
target.AppendModifier('use_ot_coap_lib', enable_ot_coap_lib=True).ExceptIfRe(
'-(wifi|use_ot_lib)')
target.AppendModifier('no-version', no_version=True)
target.AppendModifier('skip-rps-generation',use_rps_extension=False)
target.AppendModifier('skip-rps-generation', use_rps_extension=False)

return target

Expand Down

0 comments on commit 4cf4002

Please sign in to comment.