mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2024-11-15 21:21:11 +00:00
Update embedded-workshop-book/src/enabling-uarte.md
Co-authored-by: Jonathan Pallant <jonathan.pallant@ferrous-systems.com>
This commit is contained in:
parent
c7576cfc05
commit
00c20e69b0
1 changed files with 1 additions and 1 deletions
|
@ -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"]}
|
||||
|
|
Loading…
Reference in a new issue