make bluetooth module public

This commit is contained in:
Joost Buijgers 2024-10-11 12:18:04 +02:00
parent 9555259c57
commit 350a15a0cd

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;