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