Changeset 9fd8f14 in mainline
- Timestamp:
- 2017-12-20T13:40:07Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 47a9633
- Parents:
- 83fb72e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbdev/src/pipesinit.c
r83fb72e r9fd8f14 212 212 unsigned bytes_per_interval = 0; 213 213 unsigned mult = 0; 214 if (companion_desc) {214 if (companion_desc) { 215 215 max_burst = companion_desc->max_burst; 216 216 max_streams = SS_COMPANION_MAX_STREAMS(companion_desc->attributes);
Note:
See TracChangeset
for help on using the changeset viewer.