From c7576cfc058b1a28475293f82eb59c6f8d4f20c3 Mon Sep 17 00:00:00 2001 From: Tanks Transfeld Date: Tue, 21 Mar 2023 18:15:44 +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 fc26371..7275a57 100644 --- a/embedded-workshop-book/src/enabling-uarte.md +++ b/embedded-workshop-book/src/enabling-uarte.md @@ -27,7 +27,7 @@ Uarte0 is disabled. ``` Find the starter code in `down-the-stack/apps/src/bin/uarte_enable.rs` -Find the full solution in `down-the-stack/solutions/uarte_enable.rs` +Find the full solution in `down-the-stack/solutions/src/bin/uarte_enable.rs` ## Step-by-Step Solution