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

View File

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