diff options
| author | Ulf Lilleengen <[email protected]> | 2025-09-19 12:18:20 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2025-09-19 12:18:20 +0200 |
| commit | e46f3af64ff0c94e80cb1536ac42bbea12810653 (patch) | |
| tree | 5fda1a870fb00357ca218acbdba2017fc58e5335 | |
| parent | c77ee0cb32a012f0f1338753bb32a0713178eef3 (diff) | |
chore: rustfmt
| -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; |
