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 Apr 5, 2022
1 parent 52d3a95 commit d37b083
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/build/build/targets.py
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,7 @@ def QorvoTargets():
yield target.Extend('shell', board=QpgBoard.QPG6105, app=QpgApp.SHELL)
yield target.Extend('persistent-storage', board=QpgBoard.QPG6105, app=QpgApp.PERSISTENT_STORAGE)


def TizenTargets():

# Possible build variants.
Expand All @@ -519,7 +520,8 @@ def TizenTargets():

for target in builder.AllVariants():
yield target



def Bl602Targets():
target = Target('bl602', Bl602Builder)

Expand Down

0 comments on commit d37b083

Please sign in to comment.