fix: syntax typo

This commit is contained in:
IOsetting 2023-01-22 02:37:25 +08:00
parent 495564c085
commit 2baadadbf4

View File

@ -226,7 +226,7 @@ make flash
# Debugging In VSCode # Debugging In VSCode
Install Cortex Debug extension, add a new configuration in launch.json, e.g. Install Cortex Debug extension, add a new configuration in launch.json, e.g.
```json ```
{ {
"armToolchainPath": "/opt/gcc-arm/arm-gnu-toolchain-12.2.rel1-x86_64-arm-none-eabi/bin/", "armToolchainPath": "/opt/gcc-arm/arm-gnu-toolchain-12.2.rel1-x86_64-arm-none-eabi/bin/",
"toolchainPrefix": "arm-none-eabi", "toolchainPrefix": "arm-none-eabi",