Changeset 7c95d6f5 in mainline for uspace/app/usbinfo/dump.c


Ignore:
Timestamp:
2011-10-15T12:13:59Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
065064e6
Parents:
8a121b1
Message:

usb: Further const madness.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/usbinfo/dump.c

    r8a121b1 r7c95d6f5  
    153153static void dump_tree(usb_dp_parser_t *parser, usb_dp_parser_data_t *data)
    154154{
    155         uint8_t *ptr = data->data;
     155        const uint8_t *ptr = data->data;
    156156        printf("Descriptor tree:\n");
    157157        dump_tree_internal(parser, data, ptr, 0);
Note: See TracChangeset for help on using the changeset viewer.