mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
Fixes from review + new PR
This commit is contained in:
parent
808fbb792f
commit
3c6a37007d
9 changed files with 45 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue