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:
commit
532f709b80
1 changed files with 2 additions and 2 deletions
|
@ -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 ---------------------------------------------------------*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue