diff options
Diffstat (limited to 'usb')
-rw-r--r-- | usb/Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usb/Cargo.toml b/usb/Cargo.toml index fb6712c..bfa2094 100644 --- a/usb/Cargo.toml +++ b/usb/Cargo.toml @@ -20,8 +20,7 @@ smart-leds = "0.2" apa102-spi = "0.2" usb-host = "0.1" bootkbd = "0.2" -atsamd-usb-host = { path = "../../usbh/atsamd-usb-host" } -#atsamd-usb-host = { git = "https://github.com/bjc/atsamd-usb-host.git", rev = "52d36ba" } +atsamd-usb-host = "0.1" trinket_m0 = {version = "0.5", optional = true } feather_m0 = {version = "0.5", optional = true } |