From 00c20e69b0e6f818e60ae4eb373aa9cb3f3000f0 Mon Sep 17 00:00:00 2001 From: Tanks Transfeld Date: Tue, 21 Mar 2023 18:16:02 +0100 Subject: [PATCH] Update embedded-workshop-book/src/enabling-uarte.md Co-authored-by: Jonathan Pallant --- embedded-workshop-book/src/enabling-uarte.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embedded-workshop-book/src/enabling-uarte.md b/embedded-workshop-book/src/enabling-uarte.md index 7275a57..57835d7 100644 --- a/embedded-workshop-book/src/enabling-uarte.md +++ b/embedded-workshop-book/src/enabling-uarte.md @@ -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"]}