Skip to content

Commit 456cbf8

Browse files
authored
fix: incorrect default port (#1650)
1 parent 5ab5c32 commit 456cbf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/gdbserver.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ If using an IDE like Microsoft Visual Studio Code or Eclipse Embedded with plugi
1515

1616
From the commander, a gdbserver can be run with the [`gdbserver` command]({% link _docs/command_reference.md %}#gdbserver-1).
1717

18-
The default gdbserver TCP/IP port number is 333. This can be changed using the `-p` / `--port` or the `gdbserver_port` session option.
18+
The default gdbserver TCP/IP port number is 3333. This can be changed using the `-p` / `--port` or the `gdbserver_port` session option.
1919

2020
### Multicore targets
2121

0 commit comments

Comments
 (0)