Skip to content

Commit

Permalink
One more typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Dec 15, 2021
1 parent 29450df commit 85c608c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build/builders/k32w.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def GnBuildArgs(self):
return args

def generate(self):
self._Execute([os.path.join(self.code_root, 'third_party/nxp/k32w0_sdk/sdk_fixes/patch_k32w_sdk.sh'])
self._Execute([os.path.join(self.code_root, 'third_party/nxp/k32w0_sdk/sdk_fixes/patch_k32w_sdk.sh')])

super(K32WBuilder, self).generate()

Expand Down

0 comments on commit 85c608c

Please sign in to comment.