Skip to content

Commit ded6025

Browse files
committed
Clean up formatting of example debug_custom.json file in IDE 2.x debugger tutorial
1 parent 1065764 commit ded6025

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/hardware/01.mkr/01.boards/mkr-wifi-1010/tutorials/mkr-jlink-setup/mkr-jlink.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,14 @@ Now we are ready to start debugging our sketch. Connect the power to the MKR boa
6767

6868
Then create or open the sketch that you want to debug. If you don't already have a sketch in mind, feel free to use the example sketch found at the end of this tutorial.
6969

70-
Now go to the folder where the sketch is located. Add a `.json` file in the same folder as your sketch and name it `debug_custom.json`. The easiest way would be to create a text file and rename it `debug_custom.json`. In the `.json` file, add the following lines:
70+
Now go to the folder where the sketch is located. Add a `.json` file in the same folder as your sketch and name it `debug_custom.json`. The easiest way would be to create a text file and rename it `debug_custom.json`. In the `.json` file, add the following lines:
7171

7272
```arduino
7373
{
74-
"servertype": "jlink",
75-
"device": "ATSAMD21G18",
76-
"interface": "SWD",
77-
"serverpath": "C:/Program Files/SEGGER/JLink/JLinkGDBServer"
74+
"servertype": "jlink",
75+
"device": "ATSAMD21G18",
76+
"interface": "SWD",
77+
"serverpath": "C:/Program Files/SEGGER/JLink/JLinkGDBServer"
7878
}
7979
```
8080

0 commit comments

Comments
 (0)