Changes in uspace/drv/uhci-hcd/hc.c [d527a4e:d773285f] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci-hcd/hc.c
rd527a4e rd773285f 241 241 ret = bandwidth_init(&instance->bandwidth, BANDWIDTH_AVAILABLE_USB11, 242 242 bandwidth_count_usb11); 243 assert(ret == EOK);243 assert(ret == true); 244 244 245 245 return EOK;
Note:
See TracChangeset
for help on using the changeset viewer.