Skip to content

Commit 1cf513b

Browse files
author
Amanda Butler
authored
Update baudrate in example_walkthrough.md
Apply changes from #891 to 5.11.
1 parent 335fd83 commit 1cf513b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/quickstart/example_walkthrough.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The quick start example blinks the LED on your board on and off. The main thread
66

77
To view the serial output use any terminal client, such as [PuTTY](http://www.putty.org/) or [CoolTerm](http://freeware.the-meiers.org/).
88

9-
The default baud rate, or speed, for this application is set to `115200`. You can modify it in the `mbed_app.json` file. To configure your terminal client to this baud rate, change the speed option when selecting the port.
9+
The default baud rate, or speed, for this application is set to `9600`. You can modify it in the `mbed_app.json` file. To configure your terminal client to this baud rate, change the speed option when selecting the port.
1010

1111
<span class="tips">**Tip:** You can find more information on the Mbed OS configuration tools and serial communication in Mbed OS in the [related links section](#related-links).</span>
1212

0 commit comments

Comments
 (0)