aboutsummaryrefslogtreecommitdiff
path: root/cyw43/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cyw43/src/lib.rs')
-rw-r--r--cyw43/src/lib.rs3
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 @@
9pub(crate) mod fmt; 9pub(crate) mod fmt;
10 10
11#[cfg(feature = "bluetooth")] 11#[cfg(feature = "bluetooth")]
12mod bluetooth; 12/// Bluetooth module.
13pub mod bluetooth;
13mod bus; 14mod bus;
14mod consts; 15mod consts;
15mod control; 16mod control;