mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-09 15:55:37 +00:00
Update down-the-stack-book/src/the_hal.md
Co-authored-by: Tanks Transfeld <Mirabellensaft@users.noreply.github.com>
This commit is contained in:
parent
fd981f98dc
commit
b7fca7dc70
1 changed files with 1 additions and 1 deletions
|
@ -93,5 +93,5 @@ let pins = hal::uarte::Pins {
|
|||
let uarte = hal::uarte::Uarte::new(periph.UARTE1, pins, Parity::EXCLUDED, Baudrate::BAUD115200);
|
||||
```
|
||||
|
||||
This is example is for the nRF52. We'll use it later in the example.
|
||||
This is an example for the nRF52. We'll use it later in the example.
|
||||
|
||||
|
|
Loading…
Reference in a new issue