Skip to content
Snippets Groups Projects
Commit 999e3313 authored by Jean-Michel Picod's avatar Jean-Michel Picod
Browse files

Add missing paramter that got introduced in tockloader 1.4

parent 86b976dc
No related branches found
No related tags found
No related merge requests found
......@@ -251,6 +251,7 @@ class OpenSKInstaller:
self.tockloader_default_args = argparse.Namespace(
arch=board.arch,
board=self.args.board,
bundle_apps=False,
debug=False,
force=False,
jlink_cmd="JLinkExe",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment