From 7be34aa22fe735850c61a5a1c3b7304cce6ef102 Mon Sep 17 00:00:00 2001 From: Jacob Rosenthal Date: Mon, 3 Jan 2022 11:52:36 -0700 Subject: [PATCH] use upstream nrf-usdb --- embassy-nrf/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/embassy-nrf/Cargo.toml b/embassy-nrf/Cargo.toml index 7e090344..3d0c171f 100644 --- a/embassy-nrf/Cargo.toml +++ b/embassy-nrf/Cargo.toml @@ -59,8 +59,7 @@ rand_core = "0.6.3" fixed = "1.10.0" embedded-storage = "0.2.0" cfg-if = "1.0.0" -nrf-usbd = {version = "0.1.0", git="https://github.com/jacobrosenthal/nrf-usbd", branch="critical-section"} -# nrf-usbd = {version = "0.2.0"} +nrf-usbd = {version = "0.1.1"} usb-device = "0.2.8" nrf52805-pac = { version = "0.10.1", optional = true, features = [ "rt" ] }