From 8de826d0bc41ce40cc7b2feb9c0211a59b7f45dd Mon Sep 17 00:00:00 2001 From: Tanks Transfeld Date: Mon, 20 Mar 2023 14:41: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 0f574fb..2929700 100644 --- a/down-the-stack/dk_bsc/src/lib_solution.rs +++ b/down-the-stack/dk_bsc/src/lib_solution.rs @@ -253,7 +253,7 @@ pub fn init() -> Result { led_4: Led { inner: led_4 }, }, - // 🔽 --- Exercise Button --- 🔽 + // 🔽 --- Button Exercise --- 🔽 buttons: Buttons { b_1: Button { inner: b_1}, b_2: Button { inner: b_2},