Skip to content

Commit b99fd2c

Browse files
committed
update launcher.json
1 parent 1ad8583 commit b99fd2c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.vscode/launch.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"name": "Pixl.js JLink Debug",
1010
"cwd": "${workspaceRoot}",
1111
"executable": "fw/_build/pixljs.out",
12-
"armToolchainPath": "D:/dev/SDKs/gcc-arm-none-eabi-10-2020-q4-major/bin",
12+
"armToolchainPath": "",
1313
"request": "launch",
1414
"type": "cortex-debug",
1515
"servertype": "jlink",
@@ -22,7 +22,7 @@
2222
"name": "Pixl.js Pyocd Debug",
2323
"cwd": "${workspaceRoot}",
2424
"executable": "fw/_build/pixljs.out",
25-
"armToolchainPath": "D:/dev/SDKs/gcc-arm-none-eabi-10-2020-q4-major/bin",
25+
"armToolchainPath": "",
2626
"request": "launch",
2727
"type": "cortex-debug",
2828
"servertype": "pyocd",
@@ -35,7 +35,7 @@
3535
"name": "Pixl.js Openocd Debug",
3636
"cwd": "${workspaceRoot}",
3737
"executable": "fw/_build/pixljs.out",
38-
"armToolchainPath": "D:/dev/SDKs/gcc-arm-none-eabi-10-2020-q4-major/bin",
38+
"armToolchainPath": "",
3939
"request": "launch",
4040
"type": "cortex-debug",
4141
"servertype": "openocd",

0 commit comments

Comments
 (0)