aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32h7/src/example_common.rs
diff options
context:
space:
mode:
authorBob McWhirter <[email protected]>2021-08-04 13:42:06 -0400
committerBob McWhirter <[email protected]>2021-08-04 13:42:06 -0400
commitf91bfef799cb3c9a3107caba80c3343a688c8527 (patch)
treea6c57d9d3dc61d56cf08b72fb17e8131cb6515b4 /examples/stm32h7/src/example_common.rs
parentf4971fbb791e6d58cddf88aa8a39d6fe16c05b4c (diff)
Formatting again.
Diffstat (limited to 'examples/stm32h7/src/example_common.rs')
-rw-r--r--examples/stm32h7/src/example_common.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32h7/src/example_common.rs b/examples/stm32h7/src/example_common.rs
index 25d80f654..2e26730fa 100644
--- a/examples/stm32h7/src/example_common.rs
+++ b/examples/stm32h7/src/example_common.rs
@@ -6,8 +6,8 @@ use panic_probe as _;
6pub use defmt::*; 6pub use defmt::*;
7 7
8use core::sync::atomic::{AtomicUsize, Ordering}; 8use core::sync::atomic::{AtomicUsize, Ordering};
9use embassy_stm32::Config;
10use embassy_stm32::time::U32Ext; 9use embassy_stm32::time::U32Ext;
10use embassy_stm32::Config;
11 11
12defmt::timestamp! {"{=u64}", { 12defmt::timestamp! {"{=u64}", {
13 static COUNT: AtomicUsize = AtomicUsize::new(0); 13 static COUNT: AtomicUsize = AtomicUsize::new(0);