1
0
Fork 0
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:
Davor Kustec 2020-08-31 16:40:38 +02:00
parent 808fbb792f
commit 3c6a37007d
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