From ad8e7c289660b9139cb8ef22caa295ecef0c4775 Mon Sep 17 00:00:00 2001 From: Tanks Transfeld Date: Mon, 20 Mar 2023 14:35:14 +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 7274d8d..a81936d 100644 --- a/down-the-stack/dk_bsc/src/lib_solution.rs +++ b/down-the-stack/dk_bsc/src/lib_solution.rs @@ -33,7 +33,7 @@ pub struct Board { // 🔽 --- Button Exercise --- 🔽 /// Buttons pub buttons: Buttons, - // 🔼 --- Exercise Button --- 🔼 + // 🔼 --- Button Exercise --- 🔼 /// Timer pub timer: Timer, // 🔽 --- Exercise UARTE --- 🔽