update hci crate name

This commit is contained in:
GhaithOueslati
2023-06-22 22:51:38 +01:00
parent 3dbd58f40e
commit 558247d8f6
2 changed files with 3 additions and 3 deletions

View File

@ -63,7 +63,7 @@ impl Ble {
}
}
pub extern crate bluetooth_hci_async as hci;
pub extern crate stm32wb_hci as hci;
impl hci::Controller for Ble {
async fn controller_write(&mut self, opcode: Opcode, payload: &[u8]) {