Update embedded-workshop-book/src/uarte-implementation.md

Co-authored-by: Jonathan Pallant <jonathan.pallant@ferrous-systems.com>
This commit is contained in:
Tanks Transfeld 2023-03-20 14:36:25 +01:00 committed by Mirabellensaft
parent 6c513d9ec1
commit ec23895446

View file

@ -109,7 +109,7 @@ pub fn init() -> Result<Board, ()> {
buttons: Buttons {
// ...
},
// 🔼 --- Exercise Button --- 🔼
// 🔼 --- Button Exercise --- 🔼
timer: Timer { inner: timer },