Formatting.
This commit is contained in:
parent
37ceae908b
commit
aaa4a477d5
1 changed files with 1 additions and 1 deletions
|
@ -8,9 +8,9 @@
|
|||
mod example_common;
|
||||
use embassy::executor::Spawner;
|
||||
use embassy::time::{Duration, Timer};
|
||||
use embassy::traits::rng::Random;
|
||||
use embassy_stm32::gpio::{Level, Output, Speed};
|
||||
use embassy_stm32::rng::Rng;
|
||||
use embassy::traits::rng::Random;
|
||||
use embassy_stm32::Peripherals;
|
||||
use embedded_hal::digital::v2::OutputPin;
|
||||
use example_common::*;
|
||||
|
|
Loading…
Reference in a new issue