Changeset 46577995 in mainline for uspace/lib/usbhost/src/usb_transfer_batch.c
- Timestamp:
- 2018-01-04T20:50:52Z (8 years ago)
- Children:
- e211ea04
- Parents:
- facacc71
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 20:47:53)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 20:50:52)
- File:
-
- 1 edited
-
uspace/lib/usbhost/src/usb_transfer_batch.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/src/usb_transfer_batch.c
rfacacc71 r46577995 114 114 */ 115 115 void usb_transfer_batch_finish_error(const usb_transfer_batch_t *instance, 116 const void *data, size_t size, int error)116 const void *data, size_t size, errno_t error) 117 117 { 118 118 assert(instance);
Note:
See TracChangeset
for help on using the changeset viewer.
