include/nuttx/usb/usbdev.h: Fix a typo introduced with commit 67b4f9d0e18123c7122918d27ad19d60ff6d87ff.
This commit is contained in:
parent
a917f71fa2
commit
d0c164274d
@ -287,7 +287,7 @@ struct usbdev_epops_s
|
||||
|
||||
CODE int (*submit)(FAR struct usbdev_ep_s *ep,
|
||||
FAR struct usbdev_req_s *req);
|
||||
CODE int (*cancel)(FAR struct usbdev_ep_s *ep
|
||||
CODE int (*cancel)(FAR struct usbdev_ep_s *ep,
|
||||
FAR struct usbdev_req_s *req);
|
||||
|
||||
/* Stall or resume an endpoint */
|
||||
|
Loading…
x
Reference in New Issue
Block a user