Skip to content

Commit

Permalink
Apply Restyler changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mkardous-silabs committed Oct 28, 2022
1 parent 1a5a67a commit 2a015e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build/builders/efr32.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ def __init__(self,
self.extra_gn_options.append('enable_sleepy_device=true chip_openthread_ftd=false')

if enable_low_power:
self.extra_gn_options.append('chip_build_libshell=false enable_openthread_cli=false show_qr_code=false disable_lcd=true')

self.extra_gn_options.append(
'chip_build_libshell=false enable_openthread_cli=false show_qr_code=false disable_lcd=true')

def GnBuildArgs(self):
return self.extra_gn_options
Expand Down

0 comments on commit 2a015e7

Please sign in to comment.