Use a valid interval for the interrupt endpoint in the CDC/ACM driver

This commit is contained in:
Gregory Nutt
2013-09-22 11:35:44 -06:00
parent 8a1e33cb10
commit f22e60c392
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -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 */