diff --git a/embedded-workshop-book/src/enabling-uarte.md b/embedded-workshop-book/src/enabling-uarte.md index 57835d7..de03814 100644 --- a/embedded-workshop-book/src/enabling-uarte.md +++ b/embedded-workshop-book/src/enabling-uarte.md @@ -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;