From eaaaa2460a928da442f0a1e056e854a61127b8a4 Mon Sep 17 00:00:00 2001 From: Bob McWhirter Date: Tue, 2 Nov 2021 14:53:53 -0400 Subject: [PATCH] Formatting, per usual. --- examples/stm32u5/src/bin/boot.rs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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"); + //} //} }