Formatting again.

This commit is contained in:
Bob McWhirter
2021-08-04 13:42:06 -04:00
parent f4971fbb79
commit f91bfef799
4 changed files with 2 additions and 5 deletions

View File

@@ -6,8 +6,8 @@ use panic_probe as _;
pub use defmt::*;
use core::sync::atomic::{AtomicUsize, Ordering};
use embassy_stm32::Config;
use embassy_stm32::time::U32Ext;
use embassy_stm32::Config;
defmt::timestamp! {"{=u64}", {
static COUNT: AtomicUsize = AtomicUsize::new(0);