mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-21 14:22:33 +00:00
make bluetooth module public
This commit is contained in:
parent
9555259c57
commit
350a15a0cd
@ -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