Skip to content

Commit fb3c420

Browse files
author
Amanda Butler
authored
Update baudrate in quick-start-online-debug.md
Apply changes from #891 to 5.11.
1 parent 67ba30c commit fb3c420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/quickstart/quick-start-online-debug.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The easiest way to do basic debugging is to use the `printf` command in your cod
66

77
For example, add `printf("Hello World!\n\r");` to the top of your main function, and then recompile the program and flash it to your device.
88

9-
<span class="notes">**Note:** Unless otherwise specified, `printf` defaults to a baud rate of `9600` on Mbed OS. The `mbed-os-example-blinky` example runs at a baud rate of `115200` and can be modified in the `mbed_app.json` file. To configure your terminal client to this baud rate, change the speed option when selecting the port. You can view the [configuration options page](../reference/configuration.html) to learn more about how to configure OS-level options.</span>
9+
<span class="notes">**Note:** Unless otherwise specified, `printf` defaults to a baud rate of `9600` on Mbed OS. You can modify this value in the `mbed_app.json` file. To configure your terminal client to this baud rate, change the speed option when selecting the port. You can view the [configuration options page](../reference/configuration.html) to learn more about how to configure OS-level options.</span>
1010

1111
To determine which communication port your board connects to:
1212

0 commit comments

Comments
 (0)