fix: rustfmt
This commit is contained in:
parent
a40186f3cb
commit
f23182a710
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue