Changeset 33b8d024 in mainline for uspace/lib/usbdev/src/devpoll.c
- Timestamp:
- 2018-01-16T20:38:46Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2467b41
- Parents:
- d39c46e0
- File:
-
- 1 edited
-
uspace/lib/usbdev/src/devpoll.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbdev/src/devpoll.c
rd39c46e0 r33b8d024 80 80 { 81 81 assert(arg); 82 constpolling_data_t *data = arg;82 polling_data_t *data = arg; 83 83 /* Helper to reduce typing. */ 84 84 const usb_device_auto_polling_t *params = &data->auto_polling;
Note:
See TracChangeset
for help on using the changeset viewer.
