Changeset 8eb7095 in mainline for uspace/lib/usbhost/src/hcd.c


Ignore:
Timestamp:
2018-01-09T14:35:26Z (6 years ago)
Author:
Petr Manek <petr.manek@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c913f71e
Parents:
dfa1fc8
Message:

usbhost: correct typo

File:
1 edited

Legend:

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

    rdfa1fc8 r8eb7095  
    6464        .dev_remove = hc_dev_remove,
    6565        .dev_gone = hc_dev_gone,
    66         .fun_online = hc_fun_offline,
     66        .fun_online = hc_fun_online,
    6767        .fun_offline = hc_fun_offline,
    6868};
Note: See TracChangeset for help on using the changeset viewer.