mirror of
https://github.com/sipeed/LicheeRV-Nano-Build.git
synced 2026-09-11 05:09:56 -05:00
update
This commit is contained in:
@@ -99,7 +99,7 @@ acm_iad_descriptor = {
|
||||
.bInterfaceCount = 2, // control + data
|
||||
.bFunctionClass = USB_CLASS_COMM,
|
||||
.bFunctionSubClass = USB_CDC_SUBCLASS_ACM,
|
||||
.bFunctionProtocol = USB_CDC_ACM_PROTO_AT_V25TER,
|
||||
.bFunctionProtocol = 0, // not a modem, so not use protocol
|
||||
/* .iFunction = DYNAMIC */
|
||||
};
|
||||
|
||||
@@ -111,7 +111,7 @@ static struct usb_interface_descriptor acm_control_interface_desc = {
|
||||
.bNumEndpoints = 1,
|
||||
.bInterfaceClass = USB_CLASS_COMM,
|
||||
.bInterfaceSubClass = USB_CDC_SUBCLASS_ACM,
|
||||
.bInterfaceProtocol = USB_CDC_ACM_PROTO_AT_V25TER,
|
||||
.bInterfaceProtocol = 0, // not a modem, so not use protocol
|
||||
/* .iInterface = DYNAMIC */
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user