You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
//! reimport of generated packets (to go away once rust_genrule exists)
|
|
|
|
#![allow(clippy::all)]
|
|
#![allow(unused)]
|
|
#![allow(missing_docs)]
|
|
|
|
pub mod hci {
|
|
use bt_hci_custom_types::*;
|
|
|
|
include!(concat!(env!("OUT_DIR"), "/hci_packets.rs"));
|
|
}
|