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 GitHub
parent e7eef7aff9
commit f0bf2ec6c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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