Skip to content

Commit

Permalink
Change openocd command to use localhost:3333
Browse files Browse the repository at this point in the history
  • Loading branch information
Wetmelon authored Nov 6, 2017
1 parent c8514f6 commit 32b95d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Firmware/.vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
{
"taskName": "openocd",
"type": "shell",
"command": "openocd -f \"interface/stlink-v2.cfg\" -f \"target/stm32f4x_stlink.cfg\" -c \"gdb_port pipe; log_output openocd.log\"",
"command": "openocd -f \"interface/stlink-v2.cfg\" -f \"target/stm32f4x_stlink.cfg\" -c \"gdb_port 3333; log_output openocd.log\"",
"problemMatcher": []
}
]
}
}

0 comments on commit 32b95d1

Please sign in to comment.