aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2024-08-21 18:12:59 +0200
committerUlf Lilleengen <[email protected]>2024-08-21 18:14:15 +0200
commitc9ad897d4a6f1c66d77372fd27ec135e0c798f65 (patch)
tree0f49189c814f9852be036b41b16e2e49febc2627 /examples
parent1c466b81e6af6b34b1f706318cc0870a459550b7 (diff)
Use released bt-hci crate
Diffstat (limited to 'examples')
-rw-r--r--examples/rp/Cargo.toml1
-rw-r--r--examples/rp23/Cargo.toml1
2 files changed, 0 insertions, 2 deletions
diff --git a/examples/rp/Cargo.toml b/examples/rp/Cargo.toml
index 83d5792b6..04b4c6317 100644
--- a/examples/rp/Cargo.toml
+++ b/examples/rp/Cargo.toml
@@ -74,7 +74,6 @@ opt-level = "z"
74 74
75[patch.crates-io] 75[patch.crates-io]
76trouble-host = { git = "https://github.com/embassy-rs/trouble.git", rev = "4b8c0f499b34e46ca23a56e2d1640ede371722cf" } 76trouble-host = { git = "https://github.com/embassy-rs/trouble.git", rev = "4b8c0f499b34e46ca23a56e2d1640ede371722cf" }
77bt-hci = { git = "https://github.com/alexmoon/bt-hci.git", rev = "b9cd5954f6bd89b535cad9c418e9fdf12812d7c3" }
78embassy-executor = { path = "../../embassy-executor" } 77embassy-executor = { path = "../../embassy-executor" }
79embassy-sync = { path = "../../embassy-sync" } 78embassy-sync = { path = "../../embassy-sync" }
80embassy-futures = { path = "../../embassy-futures" } 79embassy-futures = { path = "../../embassy-futures" }
diff --git a/examples/rp23/Cargo.toml b/examples/rp23/Cargo.toml
index 8f8d6ff10..087f6fd69 100644
--- a/examples/rp23/Cargo.toml
+++ b/examples/rp23/Cargo.toml
@@ -71,7 +71,6 @@ opt-level = "z"
71 71
72[patch.crates-io] 72[patch.crates-io]
73trouble-host = { git = "https://github.com/embassy-rs/trouble.git", rev = "4b8c0f499b34e46ca23a56e2d1640ede371722cf" } 73trouble-host = { git = "https://github.com/embassy-rs/trouble.git", rev = "4b8c0f499b34e46ca23a56e2d1640ede371722cf" }
74bt-hci = { git = "https://github.com/alexmoon/bt-hci.git", rev = "b9cd5954f6bd89b535cad9c418e9fdf12812d7c3" }
75embassy-executor = { path = "../../embassy-executor" } 74embassy-executor = { path = "../../embassy-executor" }
76embassy-sync = { path = "../../embassy-sync" } 75embassy-sync = { path = "../../embassy-sync" }
77embassy-futures = { path = "../../embassy-futures" } 76embassy-futures = { path = "../../embassy-futures" }