From 48c6079c71ac7c9f64332885d02a0cc4cd37d5fb Mon Sep 17 00:00:00 2001 From: sakumisu <1203593632@qq.com> Date: Sun, 25 Sep 2022 17:55:15 +0800 Subject: [PATCH] fix macro value --- common/usb_def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)