From b2adf4a8d19f4ce5d07b9bcfa8f5277b06f74fc0 Mon Sep 17 00:00:00 2001 From: Mirabellensaft Date: Tue, 7 Mar 2023 16:59:07 +0100 Subject: [PATCH] add todo --- embedded-workshop-book/src/bsc-exercise.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embedded-workshop-book/src/bsc-exercise.md b/embedded-workshop-book/src/bsc-exercise.md index 1eb4e08..a937e63 100644 --- a/embedded-workshop-book/src/bsc-exercise.md +++ b/embedded-workshop-book/src/bsc-exercise.md @@ -35,7 +35,7 @@ Note for trainer: Introduction to the exercise is a guided tour through the temp ✅ add the `struct Button` to the definition and instantiation of `struct Board`. ✅ Run `apps/buttons.rs` to test. * Write a UARTE implementation. - +[todo!] ## Knowledge ## Representation of Peripherals