mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-20 10:54:14 +01:00
LP-539 OPLink : Increase USB Telemetry buffers to previous default
This commit is contained in:
parent
b29409b6ca
commit
b15e5c0109
@ -174,9 +174,11 @@ extern uint32_t pios_i2c_flexi_adapter_id;
|
||||
// -------------------------
|
||||
#define PIOS_COM_MAX_DEVS 5
|
||||
|
||||
#define PIOS_COM_TELEM_USB_RX_BUF_LEN 128
|
||||
#define PIOS_COM_TELEM_USB_TX_BUF_LEN 128
|
||||
/* USB telemetry */
|
||||
#define PIOS_COM_TELEM_USB_RX_BUF_LEN 256
|
||||
#define PIOS_COM_TELEM_USB_TX_BUF_LEN 256
|
||||
|
||||
/* VCP Bridge */
|
||||
#define PIOS_COM_TELEM_VCP_RX_BUF_LEN 128
|
||||
#define PIOS_COM_TELEM_VCP_TX_BUF_LEN 128
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user