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:35:14 +01:00 committed by Mirabellensaft
parent f1a7bf61cd
commit ad8e7c2896

View file

@ -33,7 +33,7 @@ pub struct Board {
// 🔽 --- Button Exercise --- 🔽
/// Buttons
pub buttons: Buttons,
// 🔼 --- Exercise Button --- 🔼
// 🔼 --- Button Exercise --- 🔼
/// Timer
pub timer: Timer,
// 🔽 --- Exercise UARTE --- 🔽