Vendor HID for libtock-drivers (#452)

* multi HID interface for libtock-drivers

* proper u8 print
This commit is contained in:
kaczmarczyck
2022-04-05 05:52:33 +02:00
committed by GitHub
parent 742e5f149f
commit b33ffb7979
5 changed files with 86 additions and 135 deletions

View File

@@ -13,5 +13,6 @@ libtock_core = { path = "../../third_party/libtock-rs/core" }
[features]
debug_ctap = []
vendor_hid = []
verbose_usb = ["debug_ctap"]
with_nfc=[]