aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorBob McWhirter <[email protected]>2021-11-02 16:06:49 -0400
committerBob McWhirter <[email protected]>2021-11-02 16:06:49 -0400
commitf9c266bc10879080604d710f23cecfd524879d55 (patch)
tree15c43b8dead063dafe2889f79c0101a6f930f959 /examples
parent16c88e30946370c4b13b1766d6527686992b0719 (diff)
Omg. More formatting.
Diffstat (limited to 'examples')
-rw-r--r--examples/stm32u5/src/bin/boot.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/stm32u5/src/bin/boot.rs b/examples/stm32u5/src/bin/boot.rs
index 4aca7815c..91eff735d 100644
--- a/examples/stm32u5/src/bin/boot.rs
+++ b/examples/stm32u5/src/bin/boot.rs
@@ -8,7 +8,6 @@ use example_common::*;
8 8
9use embassy_stm32 as _; 9use embassy_stm32 as _;
10 10
11
12#[cortex_m_rt::entry] 11#[cortex_m_rt::entry]
13fn main() -> ! { 12fn main() -> ! {
14 info!("Hello World!"); 13 info!("Hello World!");