mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-02-04 03:42:20 +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
bfcb572bc1
commit
ab2d9081bd
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ pub struct Board {
|
||||||
// 🔽 --- Button Exercise --- 🔽
|
// 🔽 --- Button Exercise --- 🔽
|
||||||
/// Buttons
|
/// Buttons
|
||||||
pub buttons: Buttons,
|
pub buttons: Buttons,
|
||||||
// 🔼 --- Exercise Button --- 🔼
|
// 🔼 --- Button Exercise --- 🔼
|
||||||
/// Timer
|
/// Timer
|
||||||
pub timer: Timer,
|
pub timer: Timer,
|
||||||
// 🔽 --- Exercise UARTE --- 🔽
|
// 🔽 --- Exercise UARTE --- 🔽
|
||||||
|
|
Loading…
Reference in a new issue