Skip to content

Commit

Permalink
Restyled by autopep8
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Mar 15, 2022
1 parent f6c9873 commit 7c4eb80
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions scripts/build/build/targets.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,10 @@ def HostTargets():
app_targets.append(target.Extend('minmdns', app=HostApp.MIN_MDNS))
app_targets.append(target.Extend('door-lock', app=HostApp.LOCK))
app_targets.append(target.Extend('shell', app=HostApp.SHELL))
app_targets.append(target.Extend('ota-provider-noble', app=HostApp.OTA_PROVIDER, enable_ble=False))
app_targets.append(target.Extend('ota-requestor-noble', app=HostApp.OTA_REQUESTOR, enable_ble=False))
app_targets.append(target.Extend(
'ota-provider-noble', app=HostApp.OTA_PROVIDER, enable_ble=False))
app_targets.append(target.Extend(
'ota-requestor-noble', app=HostApp.OTA_REQUESTOR, enable_ble=False))

# Possible build variants. Note that number of potential
# builds is exponential here
Expand Down

0 comments on commit 7c4eb80

Please sign in to comment.