Changeset ff0258f in mainline
- Timestamp:
- 2015-08-25T04:14:47Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 691130cf
- Parents:
- f29643d5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbdev/src/devpoll.c
rf29643d5 rff0258f 154 154 155 155 /* Take a rest before next request. */ 156 //TODO: This is broken, the time is in ms not us. 157 // but first we need to fix drivers to actually stop using this, 158 // since polling dealy should be implemented in HC schedule 156 159 async_usleep(params->delay); 157 160 }
Note:
See TracChangeset
for help on using the changeset viewer.