1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-23 00:05:28 +03:00

Merge pull request #4185 from iNavFlight/de_increase_f7_vcp_buffer

[USB] Increase CDC buffer on F7 boards to accomodate max MSP packet size
This commit is contained in:
Konstantin Sharlaimov 2019-01-10 13:43:28 +01:00 committed by GitHub
commit 532f709b80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,8 +56,8 @@
/* Private typedef -----------------------------------------------------------*/
/* Private define ------------------------------------------------------------*/
#define APP_RX_DATA_SIZE 2048
#define APP_TX_DATA_SIZE 2048
#define APP_RX_DATA_SIZE 4096
#define APP_TX_DATA_SIZE 4096
/* Private macro -------------------------------------------------------------*/
/* Private variables ---------------------------------------------------------*/