Skip to content

Commit 01c262b

Browse files
committed
putting openocd telnet port to 0
Signed-off-by: Thibaut VIARD <[email protected]>
1 parent b3f619c commit 01c262b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/arduino_zero/openocd_scripts/arduino_zero.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ set CHIPNAME at91samd21g18
2525
set ENDIAN little
2626

2727
# choose a port here
28-
set telnet_port 9876
28+
set telnet_port 0
2929

3030
source [find target/at91samdXX.cfg]

0 commit comments

Comments
 (0)