Use VENDOR_HID when creating USB config when Vendor HID enabled (#495)
* Use VENDOR_HID when creating USB config when Vendor HID enabled * reduce noise
This commit is contained in:
@@ -290,7 +290,7 @@ index 642039120..41d69752c 100644
|
||||
+ Some(&[
|
||||
+ &HID,
|
||||
+ #[cfg(feature = "vendor_hid")]
|
||||
+ &HID,
|
||||
+ &VENDOR_HID,
|
||||
+ ]),
|
||||
None, // No CDC descriptor array
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user