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:02 +01:00 committed by GitHub
parent c7576cfc05
commit 00c20e69b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,7 +39,7 @@ Find the full solution in `down-the-stack/solutions/src/bin/uarte_enable.rs`
### Step 2: Import the PAC
In `down-the-stack/apps/Cargo.toml` add:
In the Cargo configuration file for the `apps` package, `down-the-stack/apps/Cargo.toml`, add:
```
dk_pac = { path = "../dk_pac", features = ["critical-section"]}