Skip to content

Commit

Permalink
Update hidapi/hidapi.h
Browse files Browse the repository at this point in the history
Co-authored-by: Ihor Dutchak <ihor.youw@gmail.com>
  • Loading branch information
Julusian and Youw committed Jun 23, 2022
1 parent 19e03fb commit 5497de1
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 @@ -478,7 +478,7 @@ extern "C" {
@returns
This function returns a pointer to the struct #hid_device_info
for this hid_device, or NULL in the case of failure.
This struct is valid until the device is closed with hid_close()
This struct is valid until the device is closed with hid_close().
*/
struct hid_device_info HID_API_EXPORT *HID_API_CALL hid_get_device_info(hid_device *dev);

Expand Down

0 comments on commit 5497de1

Please sign in to comment.