From ec23895446c67aa6235cf2c1cc15adb313b8d106 Mon Sep 17 00:00:00 2001 From: Tanks Transfeld Date: Mon, 20 Mar 2023 14:36:25 +0100 Subject: [PATCH] Update embedded-workshop-book/src/uarte-implementation.md Co-authored-by: Jonathan Pallant --- embedded-workshop-book/src/uarte-implementation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embedded-workshop-book/src/uarte-implementation.md b/embedded-workshop-book/src/uarte-implementation.md index b2c305e..66ece96 100644 --- a/embedded-workshop-book/src/uarte-implementation.md +++ b/embedded-workshop-book/src/uarte-implementation.md @@ -109,7 +109,7 @@ pub fn init() -> Result { buttons: Buttons { // ... }, - // 🔼 --- Exercise Button --- 🔼 + // 🔼 --- Button Exercise --- 🔼 timer: Timer { inner: timer },