Changeset bd444e5 in mainline


Ignore:
Timestamp:
2011-10-14T22:58:55Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1526c174
Parents:
49bd7ae2
Message:

usbhid: Fix endpoints declaration.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/usbhid/usbhid.h

    r49bd7ae2 rbd444e5  
    141141};
    142142
    143 usb_endpoint_description_t *usb_hid_endpoints[USB_HID_POLL_EP_COUNT + 1];
     143extern usb_endpoint_description_t *usb_hid_endpoints[];
    144144
    145145/*----------------------------------------------------------------------------*/
Note: See TracChangeset for help on using the changeset viewer.