Skip to content

Commit

Permalink
fix: adapt x/y usage
Browse files Browse the repository at this point in the history
  • Loading branch information
jalmeroth committed Oct 9, 2024
1 parent 5effaf2 commit e809f2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tusb_descriptors.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ enum {
#define TUD_HID_REPORT_DESC_LOGI_MS(...) \
0x05, 0x01, 0x09, 0x02, 0xA1, 0x01, __VA_ARGS__ 0x09, 0x01, 0xA1, 0x00, \
0x95, 0x10, 0x75, 0x01, 0x15, 0x00, 0x25, 0x01, 0x05, 0x09, 0x19, 0x01, \
0x29, 0x10, 0x81, 0x02, 0x95, 0x02, 0x75, 0x10, 0x16, 0x01, 0x80, 0x26, \
0xFF, 0x7F, 0x05, 0x01, 0x09, 0x30, 0x09, 0x31, 0x81, 0x06, 0x95, 0x01, \
0x29, 0x10, 0x81, 0x02, 0x95, 0x02, 0x75, 0x0C, 0x16, 0x01, 0xF8, 0x26, \
0xFF, 0x07, 0x05, 0x01, 0x09, 0x30, 0x09, 0x31, 0x81, 0x06, 0x95, 0x01, \
0x75, 0x08, 0x15, 0x81, 0x25, 0x7F, 0x09, 0x38, 0x81, 0x06, 0x95, 0x01, \
0x05, 0x0C, 0x0A, 0x38, 0x02, 0x81, 0x06, 0xC0, 0xC0, 0x05, 0x0C, 0x09, \
0x01, 0xA1, 0x01, 0x85, 0x03, 0x95, 0x02, 0x75, 0x10, 0x15, 0x01, 0x26, \
Expand Down

0 comments on commit e809f2f

Please sign in to comment.