Prefix crate name with "usb_"

This commit is contained in:
David Hoppenbrouwers
2022-09-08 13:54:22 +02:00
parent b63e9308b5
commit 86d8fc6880
8 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
[workspace]
members = [
"report_descriptor",
"usb_report_descriptor",
]