Changeset 904b1bc in mainline for uspace/lib/usbhost/src/usb2_bus.c


Ignore:
Timestamp:
2018-05-22T10:36:58Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a4eb3ba2
Parents:
4f8772d4
git-author:
Jiri Svoboda <jiri@…> (2018-05-21 17:36:30)
git-committer:
Jiri Svoboda <jiri@…> (2018-05-22 10:36:58)
Message:

Fix remaining ccheck issues.

File:
1 edited

Legend:

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

    r4f8772d4 r904b1bc  
    8989}
    9090
    91 static const usb_target_t usb2_default_target = {{
    92         .address = USB_ADDRESS_DEFAULT,
    93         .endpoint = 0,
    94 }};
     91static const usb_target_t usb2_default_target = {
     92        {
     93                .address = USB_ADDRESS_DEFAULT,
     94                .endpoint = 0,
     95        }
     96};
    9597
    9698/**
     
    120122
    121123        usb_endpoint_descriptors_t ep0_desc = {
    122             .endpoint.max_packet_size = CTRL_PIPE_MIN_PACKET_SIZE,
     124                .endpoint.max_packet_size = CTRL_PIPE_MIN_PACKET_SIZE,
    123125        };
    124126
Note: See TracChangeset for help on using the changeset viewer.