This commit is contained in:
xoviat 2023-06-17 12:15:00 -05:00
parent 4d2d7d7684
commit 041a4a4208

View File

@ -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 _};