Skip to content

Commit

Permalink
clang-format for .json files
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoquesada committed Jan 2, 2025
1 parent 7b43bd7 commit 1d12d92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/pico_w/.vscode/launch-probe-swd.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"type": "cortex-debug",
"servertype": "openocd",
// This may need to be "arm-none-eabi-gdb" for some previous builds
"gdbPath" : "arm-none-eabi-gdb",
"gdbPath": "arm-none-eabi-gdb",
"device": "RP2040",
"configFiles": [
// This may need to be "interface/picoprobe.cfg" for some previous builds
Expand Down
4 changes: 2 additions & 2 deletions examples/pico_w/.vscode/launch-remote-openocd.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"configurations": [
{
"name": "Pico Debug",
"type":"cortex-debug",
"type": "cortex-debug",
"cwd": "${workspaceRoot}",
"executable": "${command:cmake.launchTargetPath}",
"request": "launch",
"servertype": "external",
// This may need to be "arm-none-eabi-gdb" for older builds
"gdbPath" : "arm-none-eabi-gdb",
"gdbPath": "arm-none-eabi-gdb",
// Connect to an already running OpenOCD instance
"gdbTarget": "localhost:3333",
"svdFile": "${env:PICO_SDK_PATH}/src/rp2040/hardware_regs/RP2040.svd",
Expand Down

0 comments on commit 1d12d92

Please sign in to comment.