Update down-the-stack-book/src/the_hal.md

Co-authored-by: Tanks Transfeld <Mirabellensaft@users.noreply.github.com>
This commit is contained in:
Jonathan Pallant 2023-03-23 13:54:16 +00:00 committed by GitHub
parent fd981f98dc
commit b7fca7dc70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.