fix fmt again

This commit is contained in:
Bruno Bousquet 2024-05-29 00:55:49 -04:00
parent 66122aa60f
commit 7f4803ddaf
2 changed files with 2 additions and 4 deletions

View File

@ -6,9 +6,8 @@ use defmt::*;
use embassy_executor::Spawner; use embassy_executor::Spawner;
use embassy_stm32::gpio::{Level, Output, Pull, Speed}; use embassy_stm32::gpio::{Level, Output, Pull, Speed};
use embassy_stm32::time::khz; use embassy_stm32::time::khz;
use embassy_stm32::timer;
use embassy_stm32::timer::pwm_input::PwmInput; use embassy_stm32::timer::pwm_input::PwmInput;
use embassy_stm32::{bind_interrupts, peripherals}; use embassy_stm32::{bind_interrupts, peripherals, timer};
use embassy_time::Timer; use embassy_time::Timer;
use {defmt_rtt as _, panic_probe as _}; use {defmt_rtt as _, panic_probe as _};

View File

@ -6,9 +6,8 @@ use defmt::*;
use embassy_executor::Spawner; use embassy_executor::Spawner;
use embassy_stm32::gpio::{Level, Output, Pull, Speed}; use embassy_stm32::gpio::{Level, Output, Pull, Speed};
use embassy_stm32::time::khz; use embassy_stm32::time::khz;
use embassy_stm32::timer;
use embassy_stm32::timer::pwm_input::PwmInput; use embassy_stm32::timer::pwm_input::PwmInput;
use embassy_stm32::{bind_interrupts, peripherals}; use embassy_stm32::{bind_interrupts, peripherals, timer};
use embassy_time::Timer; use embassy_time::Timer;
use {defmt_rtt as _, panic_probe as _}; use {defmt_rtt as _, panic_probe as _};