Change openocd task to use localhost:3333

This commit is contained in:
Wetmelon
2017-11-06 00:12:19 -05:00
committed by GitHub
parent 9718c34ae9
commit 2903812f57
+2 -2
View File
@@ -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": []
}
]
}
}