Skip to content

Commit

Permalink
Merge branch 'release/v0.1.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
valeros committed Jun 17, 2020
2 parents 885e7d1 + da1c4cf commit 57e438b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion platform.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"type": "git",
"url": "https://github.com/platformio/platform-chipsalliance.git"
},
"version": "0.1.1",
"version": "0.1.2",
"packageRepositories": [
"https://dl.bintray.com/platformio/dl-packages/manifest.json",
"http://dl.platformio.org/packages/manifest.json"
Expand Down
2 changes: 1 addition & 1 deletion platform.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def _add_default_debug_tools(self, board):
server_args = [
"-s",
join(
self.get_package_dir("framework-wd-riscv-sdk"),
self.get_package_dir("framework-wd-riscv-sdk") or "",
"board",
board.get("build.variant", ""),
),
Expand Down

0 comments on commit 57e438b

Please sign in to comment.