Skip to content

Commit b5378c7

Browse files
author
Wiktor Grajkowski
committed
fix openthread version
1 parent 549e0da commit b5378c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build/builders/qpg.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def __init__(self,
118118
self.update_image = update_image
119119

120120
def GnBuildArgs(self):
121-
args = ['qpg_target_ic=\"%s\" qpg_flavour=\"%s\"' % (self.board.GnArgName(), self.flavour.GnFlavourName())]
121+
args = ['qpg_target_ic=\"%s\" qpg_flavour=\"%s\", openthread_config_thread_version=\"%s\"' % (self.board.GnArgName(), self.flavour.GnFlavourName()), "1.3"]
122122
if self.enable_rpcs:
123123
args.append('import("//with_pw_rpc.gni")')
124124
if self.update_image:

0 commit comments

Comments
 (0)