mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-10-02 06:40:32 +00:00
fix for rustfmt
This commit is contained in:
parent
6da3db1190
commit
986eca1b12
@ -3,11 +3,11 @@
|
|||||||
|
|
||||||
use defmt::*;
|
use defmt::*;
|
||||||
use embassy_executor::Spawner;
|
use embassy_executor::Spawner;
|
||||||
use embassy_stm32::gpio::{Level, Output, Speed, AnyPin};
|
use embassy_stm32::gpio::{AnyPin, Level, Output, Speed};
|
||||||
use embassy_stm32::low_power::Executor;
|
use embassy_stm32::low_power::Executor;
|
||||||
|
use embassy_stm32::rcc::LsConfig;
|
||||||
use embassy_stm32::rtc::{Rtc, RtcConfig};
|
use embassy_stm32::rtc::{Rtc, RtcConfig};
|
||||||
use embassy_stm32::Config;
|
use embassy_stm32::Config;
|
||||||
use embassy_stm32::rcc::LsConfig;
|
|
||||||
use embassy_time::Timer;
|
use embassy_time::Timer;
|
||||||
use static_cell::StaticCell;
|
use static_cell::StaticCell;
|
||||||
use {defmt_rtt as _, panic_probe as _};
|
use {defmt_rtt as _, panic_probe as _};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user