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 marius-alex-tache committed Mar 26, 2024
1 parent 992d782 commit 4804712
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build/builders/nxp.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,10 @@ def GnBuildArgs(self):
args.append('chip_with_low_power=1 chip_logging=false')
if self.board == NxpBoard.K32W0:
args.append('chip_pw_tokenizer_logging=false chip_with_OM15082=0')

if self.smu2:
args.append('use_smu2_static=true use_smu2_dynamic=true')

if self.enable_factory_data:
args.append('chip_with_factory_data=1')

Expand Down

0 comments on commit 4804712

Please sign in to comment.