aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cyw43/src/bluetooth.rs3
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;
3use core::mem::MaybeUninit; 3use core::mem::MaybeUninit;
4 4
5use bt_hci::transport::WithIndicator; 5use bt_hci::transport::WithIndicator;
6use bt_hci::FromHciBytesError; 6use bt_hci::{ControllerToHostPacket, FromHciBytes, FromHciBytesError, HostToControllerPacket, PacketKind, WriteHci};
7use bt_hci::{ControllerToHostPacket, FromHciBytes, HostToControllerPacket, PacketKind, WriteHci};
8use embassy_futures::yield_now; 7use embassy_futures::yield_now;
9use embassy_sync::blocking_mutex::raw::NoopRawMutex; 8use embassy_sync::blocking_mutex::raw::NoopRawMutex;
10use embassy_sync::zerocopy_channel; 9use embassy_sync::zerocopy_channel;