diff options
| author | Joost Buijgers <[email protected]> | 2024-10-11 12:18:04 +0200 |
|---|---|---|
| committer | Joost Buijgers <[email protected]> | 2024-10-11 12:18:04 +0200 |
| commit | 350a15a0cd72dc1d8ef65d2c398f279d571f5193 (patch) | |
| tree | 6672de20e8f10dba5271994d75feda52362da4aa | |
| parent | 9555259c57a07338792cfe0fdd363a59616a8062 (diff) | |
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; |
