Changeset a4eb520f in mainline
- Timestamp:
- 2018-01-10T21:52:41Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9d170a1
- Parents:
- a70f349
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbdev/src/devpoll.c
ra70f349 ra4eb520f 136 136 params->on_error(data->dev, rc, params->arg); 137 137 if (!cont) { 138 failed_attempts = params->max_failures + 1; 138 /* This is user requested abort, erases failures. */ 139 failed_attempts = 0; 140 break; 139 141 } 140 142 continue;
Note:
See TracChangeset
for help on using the changeset viewer.