mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-25 16:23:10 +00:00
rustfmt
This commit is contained in:
parent
f77a7fe4bf
commit
326e78757b
@ -5,10 +5,8 @@
|
|||||||
use chrono::{NaiveDate, NaiveDateTime};
|
use chrono::{NaiveDate, NaiveDateTime};
|
||||||
use defmt::*;
|
use defmt::*;
|
||||||
use embassy_executor::Spawner;
|
use embassy_executor::Spawner;
|
||||||
use embassy_stm32::{
|
use embassy_stm32::rtc::{Rtc, RtcClockSource, RtcConfig};
|
||||||
rtc::{Rtc, RtcClockSource, RtcConfig},
|
use embassy_stm32::Config;
|
||||||
Config,
|
|
||||||
};
|
|
||||||
use embassy_time::{Duration, Timer};
|
use embassy_time::{Duration, Timer};
|
||||||
use {defmt_rtt as _, panic_probe as _};
|
use {defmt_rtt as _, panic_probe as _};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user