Skip to content

Commit

Permalink
Fix infinite loading of Peripheral Registers
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Jul 11, 2018
1 parent e80ac10 commit 5e63377
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## 0.17.2 (2018-07-??)

- Do not force PIO IDE Terminal to `cmd.exe` on Windows (issue [#76](https://github.com/platformio/platformio-vscode-ide/issues/76))
- [PIO Unified Debugger](http://docs.platformio.org/page/plus/debugging.html): Fixed infinite loading of Peripheral Registers

## 0.17.1 (2018-07-05)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@
"fs-plus": "^3.0.0",
"ini": "^1.3.4",
"platformio-node-helpers": "^2.0.1",
"platformio-vscode-debug": "^1.1.1",
"platformio-vscode-debug": "^1.1.2",
"querystringify": "*"
},
"extensionDependencies": [
Expand Down

0 comments on commit 5e63377

Please sign in to comment.