aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob McWhirter <[email protected]>2021-11-02 14:53:53 -0400
committerBob McWhirter <[email protected]>2021-11-02 14:53:53 -0400
commiteaaaa2460a928da442f0a1e056e854a61127b8a4 (patch)
tree9e1638488400556e507ef6a46b994c25b9dff53a
parent3ab17758203cefa3da5df534ba1e1d2da7670f22 (diff)
Formatting, per usual.
-rw-r--r--examples/stm32u5/src/bin/boot.rs10
1 files 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() -> ! {
19 //let button = Input::new(p.PC13, Pull::Up); 19 //let button = Input::new(p.PC13, Pull::Up);
20 20
21 //loop { 21 //loop {
22 //if unwrap!(button.is_high()) { 22 //if unwrap!(button.is_high()) {
23 //info!("high"); 23 //info!("high");
24 //} else { 24 //} else {
25 //info!("low"); 25 //info!("low");
26 //} 26 //}
27 //} 27 //}
28} 28}