Changeset 5909c59 in mainline for uspace/drv/bus/usb/xhci/endpoint.h


Ignore:
Timestamp:
2017-12-20T14:27:21Z (6 years ago)
Author:
Salmelu <salmelu@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bd1fab90
Parents:
a31068a
Message:

xhci: fixed isoch_transfers array

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/xhci/endpoint.h

    ra31068a r5909c59  
    9595        /** Isochronous scheduled transfers with respective buffers */
    9696        #define XHCI_ISOCH_BUFFER_COUNT 4
    97         xhci_isoch_transfer_t* isoch_transfers[XHCI_ISOCH_BUFFER_COUNT];
     97        xhci_isoch_transfer_t isoch_transfers[XHCI_ISOCH_BUFFER_COUNT];
    9898
    9999        /** Indices to transfers */
Note: See TracChangeset for help on using the changeset viewer.