mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-21 22:32:29 +00:00
Merge pull request #3414 from jbuijgers/rp-bt-type-exposure
cyw43: make bluetooth module public
This commit is contained in:
commit
8dde7b625e
@ -9,7 +9,8 @@
|
||||
pub(crate) mod fmt;
|
||||
|
||||
#[cfg(feature = "bluetooth")]
|
||||
mod bluetooth;
|
||||
/// Bluetooth module.
|
||||
pub mod bluetooth;
|
||||
mod bus;
|
||||
mod consts;
|
||||
mod control;
|
||||
|
Loading…
Reference in New Issue
Block a user