Update embedded-workshop-book/src/enabling-uarte.md

Co-authored-by: Jonathan Pallant <jonathan.pallant@ferrous-systems.com>
This commit is contained in:
Tanks Transfeld 2023-03-21 18:16:17 +01:00 committed by GitHub
parent 00c20e69b0
commit f93eb74acd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,7 +44,7 @@ In the Cargo configuration file for the `apps` package, `down-the-stack/apps/Car
```
dk_pac = { path = "../dk_pac", features = ["critical-section"]}
```
In `apps/bin/uarte_enable.rs` add:
In the main source file for the `uarte_enable` binary, `apps/bin/uarte_enable.rs`, add:
```rust
use dk_pac::UARTE0;