diff --git a/examples/stm32u5/src/bin/boot.rs b/examples/stm32u5/src/bin/boot.rs index b1e71fbea..4efe9abad 100644 --- a/examples/stm32u5/src/bin/boot.rs +++ b/examples/stm32u5/src/bin/boot.rs @@ -19,10 +19,10 @@ fn main() -> ! { //let button = Input::new(p.PC13, Pull::Up); //loop { - //if unwrap!(button.is_high()) { - //info!("high"); - //} else { - //info!("low"); - //} + //if unwrap!(button.is_high()) { + //info!("high"); + //} else { + //info!("low"); + //} //} }