Changes in uspace/lib/usbdev/src/hub.c [1ab8539:7f9d97f3] in mainline
- File:
-
- 1 edited
-
uspace/lib/usbdev/src/hub.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbdev/src/hub.c
r1ab8539 r7f9d97f3 229 229 * above might use much of this time so we should only wait to fill 230 230 * up the 100ms quota*/ 231 const suseconds_t elapsed = tv_sub (&end_time, &start_time);231 const suseconds_t elapsed = tv_sub_diff(&end_time, &start_time); 232 232 if (elapsed < 100000) { 233 233 async_usleep(100000 - elapsed);
Note:
See TracChangeset
for help on using the changeset viewer.
