diff options
Diffstat (limited to 'cyw43/src/lib.rs')
| -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; |
