Changeset 7c95d6f5 in mainline for uspace/drv/bus/usb/usbmid/dump.c
- Timestamp:
- 2011-10-15T12:13:59Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 065064e6
- Parents:
- 8a121b1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbmid/dump.c
r8a121b1 r7c95d6f5 93 93 static void dump_tree(usb_dp_parser_t *parser, usb_dp_parser_data_t *data) 94 94 { 95 uint8_t *ptr = data->data;95 const uint8_t *ptr = data->data; 96 96 dump_tree_internal(parser, data, ptr, 0); 97 97 }
Note:
See TracChangeset
for help on using the changeset viewer.