1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00

Merge pull request #10153 from dkustec/hid-mouse-report-desc-changes

Remap and fix HID_MOUSE_ReportDesc (as part of #10150)
This commit is contained in:
Michael Keller 2020-09-13 16:30:59 +12:00 committed by GitHub
commit 4e487f6193
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 45 additions and 13 deletions

View file

@ -41,7 +41,7 @@
#define CDC_CMD_EP 0x82 /* EP2 for CDC commands */
#define HID_IN_EP 0x83
#define HID_IN_PACKET 8
#define HID_IN_PACKET 9
/* CDC Endpoints parameters: you can fine tune these values depending on the needed baudrates and performance. */
#ifdef USE_USB_OTG_HS