Changeset d08aa42d in mainline for uspace/lib/usbdev/src/request.c


Ignore:
Timestamp:
2018-01-25T18:09:43Z (7 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7d5287db
Parents:
fa4b12d5
git-author:
Ondřej Hlavatý <aearsis@…> (2018-01-25 18:09:25)
git-committer:
Ondřej Hlavatý <aearsis@…> (2018-01-25 18:09:43)
Message:

libusb: privatize another misleading function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbdev/src/request.c

    rfa4b12d5 rd08aa42d  
    824824 * @return Error code.
    825825 */
    826 int usb_request_clear_endpoint_halt(usb_pipe_t *pipe, uint16_t ep_index)
     826static int usb_request_clear_endpoint_halt(usb_pipe_t *pipe, uint16_t ep_index)
    827827{
    828828        return usb_request_clear_feature(pipe,
Note: See TracChangeset for help on using the changeset viewer.