Skip to content

Commit

Permalink
Fix lint code
Browse files Browse the repository at this point in the history
  • Loading branch information
wy-hh committed Oct 26, 2023
1 parent d6e919a commit beab620
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build/builders/bouffalolab.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ def __init__(self,
self.argsOpt.append(f'chip_inet_config_enable_ipv4={str(enable_ethernet or enable_wifi).lower()}')

if enable_thread:
self.argsOpt.append(f'chip_system_config_use_open_thread_inet_endpoints=true')
self.argsOpt.append(f'chip_with_lwip=false')
self.argsOpt.append('chip_system_config_use_open_thread_inet_endpoints=true')
self.argsOpt.append('chip_with_lwip=false')
self.argsOpt.append(f'openthread_project_core_config_file="{bouffalo_chip}-openthread-core-bl-config.h"')
if not use_matter_openthread:
self.argsOpt.append(
Expand Down

0 comments on commit beab620

Please sign in to comment.