diff options
| author | Bob McWhirter <[email protected]> | 2021-11-02 16:06:49 -0400 |
|---|---|---|
| committer | Bob McWhirter <[email protected]> | 2021-11-02 16:06:49 -0400 |
| commit | f9c266bc10879080604d710f23cecfd524879d55 (patch) | |
| tree | 15c43b8dead063dafe2889f79c0101a6f930f959 /examples/stm32u5/src/bin | |
| parent | 16c88e30946370c4b13b1766d6527686992b0719 (diff) | |
Omg. More formatting.
Diffstat (limited to 'examples/stm32u5/src/bin')
| -rw-r--r-- | examples/stm32u5/src/bin/boot.rs | 1 |
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 | ||
| 9 | use embassy_stm32 as _; | 9 | use embassy_stm32 as _; |
| 10 | 10 | ||
| 11 | |||
| 12 | #[cortex_m_rt::entry] | 11 | #[cortex_m_rt::entry] |
| 13 | fn main() -> ! { | 12 | fn main() -> ! { |
| 14 | info!("Hello World!"); | 13 | info!("Hello World!"); |
