Changeset cd1cec3b in mainline for uspace/lib/usb/src/host/batch.c
- Timestamp:
- 2011-04-08T11:31:30Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4fd3faf
- Parents:
- 6a32665d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/src/host/batch.c
r6a32665d rcd1cec3b 86 86 * 87 87 */ 88 void usb_transfer_batch_finish(usb_transfer_batch_t *instance , int error)88 void usb_transfer_batch_finish(usb_transfer_batch_t *instance) 89 89 { 90 90 assert(instance); 91 instance->error = error;92 91 instance->next_step(instance); 93 92 }
Note:
See TracChangeset
for help on using the changeset viewer.