diff options
| author | Ulf Lilleengen <[email protected]> | 2024-01-12 09:28:54 +0100 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2024-01-12 09:28:54 +0100 |
| commit | 7728c95584bb049b64507c458ba47455d4633396 (patch) | |
| tree | eb2f1d8fa6e5ac1ada73a97007285417195de349 /tests | |
| parent | f23182a71009a2655fdeba1ea98b9e1db9dd15cc (diff) | |
fix changed import paths
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/stm32/src/bin/wpan_ble.rs | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/tests/stm32/src/bin/wpan_ble.rs b/tests/stm32/src/bin/wpan_ble.rs index ff838471b..82a540d45 100644 --- a/tests/stm32/src/bin/wpan_ble.rs +++ b/tests/stm32/src/bin/wpan_ble.rs | |||
| @@ -15,11 +15,9 @@ use embassy_stm32::rcc::WPAN_DEFAULT; | |||
| 15 | use embassy_stm32_wpan::hci::host::uart::UartHci; | 15 | use embassy_stm32_wpan::hci::host::uart::UartHci; |
| 16 | use embassy_stm32_wpan::hci::host::{AdvertisingFilterPolicy, EncryptionKey, HostHci, OwnAddressType}; | 16 | use embassy_stm32_wpan::hci::host::{AdvertisingFilterPolicy, EncryptionKey, HostHci, OwnAddressType}; |
| 17 | use embassy_stm32_wpan::hci::types::AdvertisingType; | 17 | use embassy_stm32_wpan::hci::types::AdvertisingType; |
| 18 | use embassy_stm32_wpan::hci::vendor::stm32wb::command::gap::{ | 18 | use embassy_stm32_wpan::hci::vendor::command::gap::{AdvertisingDataType, DiscoverableParameters, GapCommands, Role}; |
| 19 | AdvertisingDataType, DiscoverableParameters, GapCommands, Role, | 19 | use embassy_stm32_wpan::hci::vendor::command::gatt::GattCommands; |
| 20 | }; | 20 | use embassy_stm32_wpan::hci::vendor::command::hal::{ConfigData, HalCommands, PowerLevel}; |
| 21 | use embassy_stm32_wpan::hci::vendor::stm32wb::command::gatt::GattCommands; | ||
| 22 | use embassy_stm32_wpan::hci::vendor::stm32wb::command::hal::{ConfigData, HalCommands, PowerLevel}; | ||
| 23 | use embassy_stm32_wpan::hci::BdAddr; | 21 | use embassy_stm32_wpan::hci::BdAddr; |
| 24 | use embassy_stm32_wpan::lhci::LhciC1DeviceInformationCcrp; | 22 | use embassy_stm32_wpan::lhci::LhciC1DeviceInformationCcrp; |
| 25 | use embassy_stm32_wpan::sub::mm; | 23 | use embassy_stm32_wpan::sub::mm; |
