mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-10-03 15:14:40 +00:00
fix changed import paths
This commit is contained in:
parent
f23182a710
commit
7728c95584
@ -15,11 +15,9 @@ use embassy_stm32::rcc::WPAN_DEFAULT;
|
|||||||
use embassy_stm32_wpan::hci::host::uart::UartHci;
|
use embassy_stm32_wpan::hci::host::uart::UartHci;
|
||||||
use embassy_stm32_wpan::hci::host::{AdvertisingFilterPolicy, EncryptionKey, HostHci, OwnAddressType};
|
use embassy_stm32_wpan::hci::host::{AdvertisingFilterPolicy, EncryptionKey, HostHci, OwnAddressType};
|
||||||
use embassy_stm32_wpan::hci::types::AdvertisingType;
|
use embassy_stm32_wpan::hci::types::AdvertisingType;
|
||||||
use embassy_stm32_wpan::hci::vendor::stm32wb::command::gap::{
|
use embassy_stm32_wpan::hci::vendor::command::gap::{AdvertisingDataType, DiscoverableParameters, GapCommands, Role};
|
||||||
AdvertisingDataType, DiscoverableParameters, GapCommands, Role,
|
use embassy_stm32_wpan::hci::vendor::command::gatt::GattCommands;
|
||||||
};
|
use embassy_stm32_wpan::hci::vendor::command::hal::{ConfigData, HalCommands, PowerLevel};
|
||||||
use embassy_stm32_wpan::hci::vendor::stm32wb::command::gatt::GattCommands;
|
|
||||||
use embassy_stm32_wpan::hci::vendor::stm32wb::command::hal::{ConfigData, HalCommands, PowerLevel};
|
|
||||||
use embassy_stm32_wpan::hci::BdAddr;
|
use embassy_stm32_wpan::hci::BdAddr;
|
||||||
use embassy_stm32_wpan::lhci::LhciC1DeviceInformationCcrp;
|
use embassy_stm32_wpan::lhci::LhciC1DeviceInformationCcrp;
|
||||||
use embassy_stm32_wpan::sub::mm;
|
use embassy_stm32_wpan::sub::mm;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user