Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mdbook/src/11-uart/send-a-single-byte.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Our first task will be to send a single byte from the microcontroller to the com
serial connection.

In order to do that we will use the following snippet (this one is already in
`10-uart/examples/send-byte.rs`):
`11-uart/examples/send-byte.rs`):

``` rust
{{#include examples/send-byte.rs}}
Expand Down