rustfmt
This commit is contained in:
parent
f77a7fe4bf
commit
326e78757b
1 changed files with 2 additions and 4 deletions
|
@ -5,10 +5,8 @@
|
|||
use chrono::{NaiveDate, NaiveDateTime};
|
||||
use defmt::*;
|
||||
use embassy_executor::Spawner;
|
||||
use embassy_stm32::{
|
||||
rtc::{Rtc, RtcClockSource, RtcConfig},
|
||||
Config,
|
||||
};
|
||||
use embassy_stm32::rtc::{Rtc, RtcClockSource, RtcConfig};
|
||||
use embassy_stm32::Config;
|
||||
use embassy_time::{Duration, Timer};
|
||||
use {defmt_rtt as _, panic_probe as _};
|
||||
|
||||
|
|
Loading…
Reference in a new issue