Skip to content

Commit 15a7114

Browse files
Fixes "parameter not found" warning in documentation (signal11#445)
1 parent ea38f65 commit 15a7114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hidapi/hidapi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ extern "C" {
407407
start in data[1].
408408
409409
@ingroup API
410-
@param device A device handle returned from hid_open().
410+
@param dev A device handle returned from hid_open().
411411
@param data A buffer to put the read data into, including
412412
the Report ID. Set the first byte of @p data[] to the
413413
Report ID of the report to be read, or set it to zero

0 commit comments

Comments
 (0)