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:39:46 +01:00 committed by Mirabellensaft
parent 8021e14c3a
commit acf5e19bf6

View file

@ -226,7 +226,7 @@ pub fn init() -> Result<Board, ()> {
let b_2 = pins.p0_12.degrade().into_pullup_input();
let b_3 = pins.p0_24.degrade().into_pullup_input();
let b_4 = pins.p0_25.degrade().into_pullup_input();
// 🔼 --- Exercise Button --- 🔼
// 🔼 --- Button Exercise --- 🔼
defmt::debug!("I/O pins have been configured for digital output");