Changes in uspace/lib/usbhid/src/hidpath.c [0cda600:4bb7ffe] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhid/src/hidpath.c
r0cda600 r4bb7ffe 385 385 void usb_hid_report_path_free(usb_hid_report_path_t *path) 386 386 { 387 if (path == NULL)388 return;389 387 while(!list_empty(&path->items)){ 390 388 usb_hid_report_remove_last_item(path);
Note:
See TracChangeset
for help on using the changeset viewer.