aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Rosenthal <[email protected]>2022-01-03 11:52:36 -0700
committerJacob Rosenthal <[email protected]>2022-01-03 11:52:36 -0700
commit7be34aa22fe735850c61a5a1c3b7304cce6ef102 (patch)
tree40de59b49355a5341353b4af65e16540bf06ec50
parente7d2c52680fb894ca44913c3b62c2ba6980f398a (diff)
use upstream nrf-usdb
-rw-r--r--embassy-nrf/Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/embassy-nrf/Cargo.toml b/embassy-nrf/Cargo.toml
index 7e090344a..3d0c171f3 100644
--- a/embassy-nrf/Cargo.toml
+++ b/embassy-nrf/Cargo.toml
@@ -59,8 +59,7 @@ rand_core = "0.6.3"
59fixed = "1.10.0" 59fixed = "1.10.0"
60embedded-storage = "0.2.0" 60embedded-storage = "0.2.0"
61cfg-if = "1.0.0" 61cfg-if = "1.0.0"
62nrf-usbd = {version = "0.1.0", git="https://github.com/jacobrosenthal/nrf-usbd", branch="critical-section"} 62nrf-usbd = {version = "0.1.1"}
63# nrf-usbd = {version = "0.2.0"}
64usb-device = "0.2.8" 63usb-device = "0.2.8"
65 64
66nrf52805-pac = { version = "0.10.1", optional = true, features = [ "rt" ] } 65nrf52805-pac = { version = "0.10.1", optional = true, features = [ "rt" ] }