From ab2d9081bdb7cb2b1a88b3c6162396751d2eb628 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 --- 🔽