diff options
| author | Ulf Lilleengen <[email protected]> | 2024-08-21 18:12:59 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2024-08-21 18:14:15 +0200 |
| commit | c9ad897d4a6f1c66d77372fd27ec135e0c798f65 (patch) | |
| tree | 0f49189c814f9852be036b41b16e2e49febc2627 /cyw43 | |
| parent | 1c466b81e6af6b34b1f706318cc0870a459550b7 (diff) | |
Use released bt-hci crate
Diffstat (limited to 'cyw43')
| -rw-r--r-- | cyw43/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cyw43/Cargo.toml b/cyw43/Cargo.toml index 9b469c338..751e59a69 100644 --- a/cyw43/Cargo.toml +++ b/cyw43/Cargo.toml | |||
| @@ -36,7 +36,7 @@ heapless = "0.8.0" | |||
| 36 | 36 | ||
| 37 | # Bluetooth deps | 37 | # Bluetooth deps |
| 38 | embedded-io-async = { version = "0.6.0", optional = true } | 38 | embedded-io-async = { version = "0.6.0", optional = true } |
| 39 | bt-hci = { git = "https://github.com/alexmoon/bt-hci.git", rev = "b9cd5954f6bd89b535cad9c418e9fdf12812d7c3", optional = true, default-features = false } | 39 | bt-hci = { version = "0.1.0", optional = true } |
| 40 | 40 | ||
| 41 | [package.metadata.embassy_docs] | 41 | [package.metadata.embassy_docs] |
| 42 | src_base = "https://github.com/embassy-rs/embassy/blob/cyw43-v$VERSION/cyw43/src/" | 42 | src_base = "https://github.com/embassy-rs/embassy/blob/cyw43-v$VERSION/cyw43/src/" |
