From 5f079cdd88c9c19365177b02944148cbd3ebd90f Mon Sep 17 00:00:00 2001 From: Tanks Transfeld Date: Mon, 20 Mar 2023 14:35:28 +0100 Subject: [PATCH] Update down-the-stack/dk_bsc/src/lib_solution.rs Co-authored-by: Jonathan Pallant --- down-the-stack/dk_bsc/src/lib_solution.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/down-the-stack/dk_bsc/src/lib_solution.rs b/down-the-stack/dk_bsc/src/lib_solution.rs index a81936d..72f6099 100644 --- a/down-the-stack/dk_bsc/src/lib_solution.rs +++ b/down-the-stack/dk_bsc/src/lib_solution.rs @@ -36,7 +36,7 @@ pub struct Board { // 🔼 --- Button Exercise --- 🔼 /// Timer pub timer: Timer, - // 🔽 --- Exercise UARTE --- 🔽 + // 🔽 --- UARTE Exercise --- 🔽 /// uarte interface pub uarte: Uarte, // 🔼 --- Exercise UARTE --- 🔼