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
4fb7415294
commit
8de826d0bc
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ pub fn init() -> Result<Board, ()> {
|
|||
led_4: Led { inner: led_4 },
|
||||
},
|
||||
|
||||
// 🔽 --- Exercise Button --- 🔽
|
||||
// 🔽 --- Button Exercise --- 🔽
|
||||
buttons: Buttons {
|
||||
b_1: Button { inner: b_1},
|
||||
b_2: Button { inner: b_2},
|
||||
|
|
Loading…
Reference in a new issue