Skip to content

Commit 0fcdb4f

Browse files
committed
usbd-hid: get from my fork
1 parent c8401c3 commit 0fcdb4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ defmt = "0.3"
1313
defmt-rtt = "0.4"
1414
panic-probe = { version = "0.3", features = ["print-defmt"] }
1515
#adafruit-kb2040 = "0.8.0"
16-
usbd-hid = { path = "../usbd-hid" } # "0.8.2"
16+
usbd-hid = { git = "https://github.com/Mstrodl/usbd-hid", branch = "feature/mstrodl/xbox360" } # "0.8.2"
1717
usb-device = "0.3.2"
1818
critical-section = "1.2.0"
1919
#defmt-serial = "0.10.0"

0 commit comments

Comments
 (0)