Changeset 013e5d32 in mainline for uspace/lib/usbhost/src/utility.c


Ignore:
Timestamp:
2018-03-19T20:35:27Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6d1d143
Parents:
973be387
Message:

More cstyle-related fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbhost/src/utility.c

    r973be387 r013e5d32  
    159159                    | (USB_REQUEST_TYPE_CLASS << 5)
    160160                    | USB_REQUEST_RECIPIENT_DEVICE,
    161                 .request = USB_DEVREQ_GET_DESCRIPTOR, \
    162                 .value = uint16_host2usb(type << 8), \
     161                .request = USB_DEVREQ_GET_DESCRIPTOR,
     162                .value = uint16_host2usb(type << 8),
    163163                .length = sizeof(*desc),
    164164        };
Note: See TracChangeset for help on using the changeset viewer.