update gcc arm version to 6-2017-q1-update

pull/10200/head
studavekar 2019-03-22 13:48:46 -05:00
parent f76436c955
commit 31d4ea8722
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@
"windows": {
"preLaunchTask": "make.exe",
"MIMode": "gdb",
"MIDebuggerPath": "C:\\Program Files (x86)\\GNU Tools ARM Embedded\\4.9 2015q3\\bin\\arm-none-eabi-gdb.exe",
"MIDebuggerPath": "C:\\Program Files (x86)\\GNU Tools ARM Embedded\\6 2017-q1-update\\bin\\arm-none-eabi-gdb.exe",
"debugServerPath": "pyocd-gdbserver.exe",
"setupCommands": [
{ "text": "-environment-cd ${workspaceRoot}\\BUILD" },