Changeset 7c95d6f5 in mainline for uspace/app/usbinfo/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/app/usbinfo/dump.c
r8a121b1 r7c95d6f5 153 153 static void dump_tree(usb_dp_parser_t *parser, usb_dp_parser_data_t *data) 154 154 { 155 uint8_t *ptr = data->data;155 const uint8_t *ptr = data->data; 156 156 printf("Descriptor tree:\n"); 157 157 dump_tree_internal(parser, data, ptr, 0);
Note:
See TracChangeset
for help on using the changeset viewer.