Update down-the-stack/dk_bsc/src/lib_solution.rs

Co-authored-by: Jonathan Pallant <jonathan.pallant@ferrous-systems.com>
This commit is contained in:
Tanks Transfeld 2023-03-20 14:34:58 +01:00 committed by Mirabellensaft
parent 7def8fb313
commit f1a7bf61cd

View file

@ -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 --- 🔼