diff options
| author | GhaithOueslati <[email protected]> | 2023-06-22 22:53:07 +0100 |
|---|---|---|
| committer | GhaithOueslati <[email protected]> | 2023-06-22 22:53:07 +0100 |
| commit | 64ff1a6b75aa13797cf64bb97e597f333a2ae9b6 (patch) | |
| tree | 7d5666e6e5e1bd4f6496d0247d205a138d5d1c73 | |
| parent | 558247d8f60dbdebf5f3df3a632d9e32fe0f0277 (diff) | |
update hci crate git path
| -rw-r--r-- | embassy-stm32-wpan/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-stm32-wpan/Cargo.toml b/embassy-stm32-wpan/Cargo.toml index 2977084ff..ee60a22e5 100644 --- a/embassy-stm32-wpan/Cargo.toml +++ b/embassy-stm32-wpan/Cargo.toml | |||
| @@ -24,7 +24,7 @@ heapless = "0.7.16" | |||
| 24 | 24 | ||
| 25 | bit_field = "0.10.2" | 25 | bit_field = "0.10.2" |
| 26 | stm32-device-signature = { version = "0.3.3", features = ["stm32wb5x"] } | 26 | stm32-device-signature = { version = "0.3.3", features = ["stm32wb5x"] } |
| 27 | stm32wb-hci = { version = "*", git = "https://github.com/OueslatiGhaith/bluetooth-hci", features = ["version-5-0"], optional = true } | 27 | stm32wb-hci = { version = "*", git = "https://github.com/OueslatiGhaith/stm32wb-hci", features = ["version-5-0"], optional = true } |
| 28 | 28 | ||
| 29 | [features] | 29 | [features] |
| 30 | defmt = ["dep:defmt", "embassy-sync/defmt", "embassy-embedded-hal/defmt", "embassy-hal-common/defmt"] | 30 | defmt = ["dep:defmt", "embassy-sync/defmt", "embassy-embedded-hal/defmt", "embassy-hal-common/defmt"] |
