Skip to content

Commit

Permalink
modified invalid marked unit exponent.
Browse files Browse the repository at this point in the history
  • Loading branch information
jay94ks committed Dec 23, 2024
1 parent eb1c2b8 commit 5c4e4b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/class/hid/hid_device.h
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ void tud_hid_report_failed_cb(uint8_t instance, hid_report_type_t report_type, u
HID_LOGICAL_MAX_N ( 0x7fff, 2 ), \
HID_REPORT_SIZE ( 16 ), \
HID_REPORT_COUNT( 1 ), \
HID_UNIT_EXPONENT( -1 ), \
HID_UNIT_EXPONENT( 0x0f ), \
HID_UNIT ( HID_VARIABLE | HID_NONLINEAR ), \
HID_PHYSICAL_MIN( 0 ), \
HID_PHYSICAL_MAX( 0 ), \
Expand Down

0 comments on commit 5c4e4b1

Please sign in to comment.