diff options
| author | Ulf Lilleengen <[email protected]> | 2024-10-18 07:51:36 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-10-18 07:51:36 +0000 |
| commit | 8dde7b625eed78271fec8f69ffa370e55c9dda9e (patch) | |
| tree | 431cbb3c047abb0960d8c05a206909ae2016c0f4 | |
| parent | a5804378419fa4c0d342114faab3e4b9f82547b0 (diff) | |
| parent | 350a15a0cd72dc1d8ef65d2c398f279d571f5193 (diff) | |
Merge pull request #3414 from jbuijgers/rp-bt-type-exposure
cyw43: make bluetooth module public
| -rw-r--r-- | cyw43/src/lib.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cyw43/src/lib.rs b/cyw43/src/lib.rs index 6b71c18e6..3cd0e4988 100644 --- a/cyw43/src/lib.rs +++ b/cyw43/src/lib.rs | |||
| @@ -9,7 +9,8 @@ | |||
| 9 | pub(crate) mod fmt; | 9 | pub(crate) mod fmt; |
| 10 | 10 | ||
| 11 | #[cfg(feature = "bluetooth")] | 11 | #[cfg(feature = "bluetooth")] |
| 12 | mod bluetooth; | 12 | /// Bluetooth module. |
| 13 | pub mod bluetooth; | ||
| 13 | mod bus; | 14 | mod bus; |
| 14 | mod consts; | 15 | mod consts; |
| 15 | mod control; | 16 | mod control; |
