Merge pull request #3414 from jbuijgers/rp-bt-type-exposure

cyw43: make bluetooth module public
This commit is contained in:
Ulf Lilleengen 2024-10-18 07:51:36 +00:00 committed by GitHub
commit 8dde7b625e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,8 @@
pub(crate) mod fmt; pub(crate) mod fmt;
#[cfg(feature = "bluetooth")] #[cfg(feature = "bluetooth")]
mod bluetooth; /// Bluetooth module.
pub mod bluetooth;
mod bus; mod bus;
mod consts; mod consts;
mod control; mod control;