aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-09-19 12:18:20 +0200
committerUlf Lilleengen <[email protected]>2025-09-19 12:18:20 +0200
commite46f3af64ff0c94e80cb1536ac42bbea12810653 (patch)
tree5fda1a870fb00357ca218acbdba2017fc58e5335
parentc77ee0cb32a012f0f1338753bb32a0713178eef3 (diff)
chore: rustfmt
-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;