From f1a7bf61cdc210ce6fd3a2d455ac41f6d8d9ca3c Mon Sep 17 00:00:00 2001 From: Tanks Transfeld Date: Mon, 20 Mar 2023 14:34:58 +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 407b5b9..7274d8d 100644 --- a/down-the-stack/dk_bsc/src/lib_solution.rs +++ b/down-the-stack/dk_bsc/src/lib_solution.rs @@ -30,7 +30,7 @@ use defmt_rtt as _; // global logger pub struct Board { /// LEDs pub leds: Leds, - // 🔽 --- Exercise Button --- 🔽 + // 🔽 --- Button Exercise --- 🔽 /// Buttons pub buttons: Buttons, // 🔼 --- Exercise Button --- 🔼