diff options
| -rw-r--r-- | cyw43/src/bluetooth.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cyw43/src/bluetooth.rs b/cyw43/src/bluetooth.rs index e530326db..d176c4b09 100644 --- a/cyw43/src/bluetooth.rs +++ b/cyw43/src/bluetooth.rs | |||
| @@ -3,8 +3,7 @@ use core::future::Future; | |||
| 3 | use core::mem::MaybeUninit; | 3 | use core::mem::MaybeUninit; |
| 4 | 4 | ||
| 5 | use bt_hci::transport::WithIndicator; | 5 | use bt_hci::transport::WithIndicator; |
| 6 | use bt_hci::FromHciBytesError; | 6 | use bt_hci::{ControllerToHostPacket, FromHciBytes, FromHciBytesError, HostToControllerPacket, PacketKind, WriteHci}; |
| 7 | use bt_hci::{ControllerToHostPacket, FromHciBytes, HostToControllerPacket, PacketKind, WriteHci}; | ||
| 8 | use embassy_futures::yield_now; | 7 | use embassy_futures::yield_now; |
| 9 | use embassy_sync::blocking_mutex::raw::NoopRawMutex; | 8 | use embassy_sync::blocking_mutex::raw::NoopRawMutex; |
| 10 | use embassy_sync::zerocopy_channel; | 9 | use embassy_sync::zerocopy_channel; |
