Changes in uspace/lib/usbhid/src/hidpath.c [160b75e:3e4f2e0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhid/src/hidpath.c
r160b75e r3e4f2e0 27 27 */ 28 28 29 /** @addtogroup libusb hid29 /** @addtogroup libusb 30 30 * @{ 31 31 */ … … 33 33 * HID report descriptor and report data parser implementation. 34 34 */ 35 #include <usb/ hid/hidparser.h>35 #include <usb/classes/hidparser.h> 36 36 #include <errno.h> 37 37 #include <stdio.h>
Note:
See TracChangeset
for help on using the changeset viewer.