summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsakumisu <[email protected]>2022-09-25 17:55:15 +0800
committersakumisu <[email protected]>2022-09-25 17:55:15 +0800
commit48c6079c71ac7c9f64332885d02a0cc4cd37d5fb (patch)
treefbde9e158aad75c036276cf50ae6683bf8ccd1af
parent7021e0b096a5c7eac41eb6c324d443664f09d307 (diff)
fix macro value
-rw-r--r--common/usb_def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/usb_def.h b/common/usb_def.h
index 5aab5292..fdb17fb6 100644
--- a/common/usb_def.h
+++ b/common/usb_def.h
@@ -19,7 +19,7 @@
#define USB_SPEED_HIGH 3 /* USB 2.0 */
#define USB_SPEED_WIRELESS 4 /* Wireless USB 2.5 */
#define USB_SPEED_SUPER 5 /* USB 3.0 */
-#define USB_SPEED_SUPER_PLUS 5 /* USB 3.1 */
+#define USB_SPEED_SUPER_PLUS 6 /* USB 3.1 */
/* Maximum number of devices per controller */
#define USB_MAX_DEVICES (127)