mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
Use a valid interval for the interrupt endpoint in the CDC/ACM driver
This commit is contained in:
@@ -222,7 +222,7 @@ static const struct usb_epdesc_s g_epintindesc =
|
||||
LSBYTE(CONFIG_CDCACM_EPINTIN_FSSIZE), /* maxpacket (full speed) */
|
||||
MSBYTE(CONFIG_CDCACM_EPINTIN_FSSIZE)
|
||||
},
|
||||
0xff /* interval */
|
||||
10 /* interval */
|
||||
};
|
||||
|
||||
/* Data interface descriptor */
|
||||
|
||||
Reference in New Issue
Block a user