Ignore:
Timestamp:
2018-01-23T14:02:35Z (7 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4db49344
Parents:
e7e1fd3
git-author:
Ondřej Hlavatý <aearsis@…> (2018-01-23 13:35:50)
git-committer:
Ondřej Hlavatý <aearsis@…> (2018-01-23 14:02:35)
Message:

usbhost: check validity of arguments, cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbhost/include/usb/host/bus.h

    re7e1fd3 ra6afb4c  
    8484        usb_speed_t speed;
    8585        usb_address_t address;
    86         endpoint_t *endpoints [2 * USB_ENDPOINT_MAX];
     86        endpoint_t *endpoints [USB_ENDPOINT_COUNT];
    8787
    8888        /* Managing bus */
Note: See TracChangeset for help on using the changeset viewer.