mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-24 23:08:08 +00:00
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:
parent
30fe350443
commit
bfcb572bc1
1 changed files with 1 additions and 1 deletions
|
@ -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 --- 🔼
|
||||
|
|
Loading…
Reference in a new issue