Changeset a70f349 in mainline
- Timestamp:
- 2018-01-10T20:09:15Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a4eb520f
- Parents:
- 9748336
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbdev/src/devpoll.c
r9748336 ra70f349 136 136 params->on_error(data->dev, rc, params->arg); 137 137 if (!cont) { 138 failed_attempts = params->max_failures ;138 failed_attempts = params->max_failures + 1; 139 139 } 140 140 continue;
Note:
See TracChangeset
for help on using the changeset viewer.