mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-09-28 12:50:37 +00:00
fix: rustfmt
This commit is contained in:
parent
a40186f3cb
commit
f23182a710
@ -22,7 +22,8 @@ use embassy_stm32_wpan::hci::vendor::command::gatt::{
|
||||
WriteResponseParameters,
|
||||
};
|
||||
use embassy_stm32_wpan::hci::vendor::command::hal::{ConfigData, HalCommands, PowerLevel};
|
||||
use embassy_stm32_wpan::hci::vendor::event::{self, command::VendorReturnParameters, AttributeHandle, VendorEvent};
|
||||
use embassy_stm32_wpan::hci::vendor::event::command::VendorReturnParameters;
|
||||
use embassy_stm32_wpan::hci::vendor::event::{self, AttributeHandle, VendorEvent};
|
||||
use embassy_stm32_wpan::hci::{BdAddr, Event};
|
||||
use embassy_stm32_wpan::lhci::LhciC1DeviceInformationCcrp;
|
||||
use embassy_stm32_wpan::sub::ble::Ble;
|
||||
|
Loading…
x
Reference in New Issue
Block a user