rustfmt
This commit is contained in:
parent
4d2d7d7684
commit
041a4a4208
1 changed files with 1 additions and 2 deletions
|
@ -5,8 +5,7 @@
|
|||
use defmt::*;
|
||||
use embassy_executor::Spawner;
|
||||
use embassy_stm32::bind_interrupts;
|
||||
use embassy_stm32::ipcc::Config;
|
||||
use embassy_stm32::ipcc::{ReceiveInterruptHandler, TransmitInterruptHandler};
|
||||
use embassy_stm32::ipcc::{Config, ReceiveInterruptHandler, TransmitInterruptHandler};
|
||||
use embassy_stm32_wpan::TlMbox;
|
||||
use embassy_time::{Duration, Timer};
|
||||
use {defmt_rtt as _, panic_probe as _};
|
||||
|
|
Loading…
Add table
Reference in a new issue