Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbhid/src/hidpath.c

    r3e4f2e0 r160b75e  
    2727 */
    2828
    29 /** @addtogroup libusb
     29/** @addtogroup libusbhid
    3030 * @{
    3131 */
     
    3333 * HID report descriptor and report data parser implementation.
    3434 */
    35 #include <usb/classes/hidparser.h>
     35#include <usb/hid/hidparser.h>
    3636#include <errno.h>
    3737#include <stdio.h>
Note: See TracChangeset for help on using the changeset viewer.