mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-05-02 15:09:06 +00:00
fix(prodtest): increase vcp ring buffer size
[no changelog]
This commit is contained in:
parent
f20c2d551d
commit
8b0736c360
@ -125,7 +125,7 @@ static void vcp_intr(void) { cli_abort(&g_cli); }
|
||||
#error "USB type not defined"
|
||||
#endif
|
||||
|
||||
#define VCP_BUFFER_LEN 1024
|
||||
#define VCP_BUFFER_LEN 2048
|
||||
|
||||
static void usb_init_all(void) {
|
||||
static const usb_dev_info_t dev_info = {
|
||||
|
Loading…
Reference in New Issue
Block a user