Skip to content

Commit

Permalink
fix(debug): fix flash task on windows
Browse files Browse the repository at this point in the history
Signed-off-by: HaoboGu <[email protected]>
  • Loading branch information
HaoboGu committed Nov 19, 2023
1 parent efd37ff commit 5a40a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"label": "Flash stm32h7",
"group": "build",
"type": "shell",
"command": "openocd -f ${workspaceFolder}/boards/stm32h7/openocd.cfg -c \"program target/thumbv7em-none-eabihf/debug/rmk-stm32h7 preverify verify reset exit\"",
"command": "openocd -f \"${workspaceFolder}/boards/stm32h7/openocd.cfg\" -c \"program target/thumbv7em-none-eabihf/debug/rmk-stm32h7 preverify verify reset exit\"",
"dependsOn": [
"Build Debug"
],
Expand Down

0 comments on commit 5a40a3d

Please sign in to comment.