Skip to content

Commit 5c4e4b1

Browse files
committed
modified invalid marked unit exponent.
1 parent eb1c2b8 commit 5c4e4b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/class/hid/hid_device.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ void tud_hid_report_failed_cb(uint8_t instance, hid_report_type_t report_type, u
288288
HID_LOGICAL_MAX_N ( 0x7fff, 2 ), \
289289
HID_REPORT_SIZE ( 16 ), \
290290
HID_REPORT_COUNT( 1 ), \
291-
HID_UNIT_EXPONENT( -1 ), \
291+
HID_UNIT_EXPONENT( 0x0f ), \
292292
HID_UNIT ( HID_VARIABLE | HID_NONLINEAR ), \
293293
HID_PHYSICAL_MIN( 0 ), \
294294
HID_PHYSICAL_MAX( 0 ), \

0 commit comments

Comments
 (0)