Skip to content

Commit

Permalink
fixed a couple of bad typos/nits
Browse files Browse the repository at this point in the history
  • Loading branch information
BartMassey committed Jul 29, 2024
1 parent 6a8ca16 commit d039c33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mdbook/src/05-hello-world/portability.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
(This section is optional. Feel free to skip to the [next section], where we clean our code up a bit
and call it a day.)

[next section]: board-support.html
[next section]: board-support-crate.html

You may wonder whether all this fancy ecosystem is worth its weight. The setup for our blinky is
pretty fancy, and uses a lot of Rust crates and features for such a simple job.
Expand Down
1 change: 1 addition & 0 deletions mdbook/src/05-hello-world/toggle-it.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ blink the next LED over, while leaving the original LED on. That is an easy chan

```rust
{{#include examples/fast-blink.rs}}
```

The `embedded-hal` crate is being used here to provide the Rust traits needed to set and unset the
LED. This means that this part of the code is portable to any Rust HAL that implements the
Expand Down

0 comments on commit d039c33

Please sign in to comment.