aboutsummaryrefslogtreecommitdiff
path: root/.vscode/launch.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json8
1 files changed, 5 insertions, 3 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index e580e37..ddfe500 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -9,9 +9,11 @@
"type": "cortex-debug",
"runToEntryPoint": "main",
"servertype": "stlink",
- "armToolchainPath": "C:/msys64/mingw64/bin",
- "stlinkPath": "C:/msys64/mingw64/bin/st-util.exe",
- "gdbPath": "C:/msys64/mingw64/bin/gdb-multiarch.exe"
+ "windows": {
+ "armToolchainPath": "C:/msys64/mingw64/bin",
+ "stlinkPath": "C:/msys64/mingw64/bin/st-util.exe",
+ "gdbPath": "C:/msys64/mingw64/bin/gdb-multiarch.exe"
+ },
}
]
} \ No newline at end of file