diff options
| author | Matteo Meluzzi <[email protected]> | 2025-10-24 15:48:34 +0200 |
|---|---|---|
| committer | Matteo Meluzzi <[email protected]> | 2025-10-24 15:48:34 +0200 |
| commit | 7976f950b0de72c521f92efa350c67ccd197fab9 (patch) | |
| tree | 8759312eb000de09b92a4921f476d5c16b7e7342 /cyw43/src/bluetooth.rs | |
| parent | 828a8df18d04877df1f55f04354980b28ff2f2f8 (diff) | |
Merge branch 'main' into 17-add-support-for-boot-protocol
Diffstat (limited to 'cyw43/src/bluetooth.rs')
| -rw-r--r-- | cyw43/src/bluetooth.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cyw43/src/bluetooth.rs b/cyw43/src/bluetooth.rs index d176c4b09..332b7048d 100644 --- a/cyw43/src/bluetooth.rs +++ b/cyw43/src/bluetooth.rs | |||
| @@ -15,7 +15,7 @@ use crate::bus::Bus; | |||
| 15 | pub use crate::bus::SpiBusCyw43; | 15 | pub use crate::bus::SpiBusCyw43; |
| 16 | use crate::consts::*; | 16 | use crate::consts::*; |
| 17 | use crate::util::round_up; | 17 | use crate::util::round_up; |
| 18 | use crate::{util, CHIP}; | 18 | use crate::{CHIP, util}; |
| 19 | 19 | ||
| 20 | pub(crate) struct BtState { | 20 | pub(crate) struct BtState { |
| 21 | rx: [BtPacketBuf; 4], | 21 | rx: [BtPacketBuf; 4], |
