Skip to content

Commit

Permalink
Fix doc string for hid_enumerate
Browse files Browse the repository at this point in the history
Wrong struct called out
  • Loading branch information
miketsmith authored and Qbicz committed Jun 18, 2019
1 parent e5ce14a commit 35c5b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hidapi/hidapi.h
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ extern "C" {
@returns
This function returns a pointer to a linked list of type
struct #hid_device, containing information about the HID devices
struct #hid_device_info, containing information about the HID devices
attached to the system, or NULL in the case of failure. Free
this linked list by calling hid_free_enumeration().
*/
Expand Down

0 comments on commit 35c5b2e

Please sign in to comment.