mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 12:08:36 +08:00
include/nuttx/usb/usbdev.h: Fix a typo introduced with commit 67b4f9d0e1
.
This commit is contained in:
parent
5d2db59424
commit
aa0f8c8374
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@ struct usbdev_epops_s
|
|||
|
||||
/* Submit and cancel I/O requests */
|
||||
|
||||
CODE int (*submit)(FAR struct usbdev_ep_s *ep,i
|
||||
CODE int (*submit)(FAR struct usbdev_ep_s *ep,
|
||||
FAR struct usbdev_req_s *req);
|
||||
CODE int (*cancel)(FAR struct usbdev_ep_s *ep
|
||||
FAR struct usbdev_req_s *req);
|
||||
|
|
Loading…
Reference in a new issue