summaryrefslogtreecommitdiff
path: root/chip/g/usb_console.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/g/usb_console.c')
-rw-r--r--chip/g/usb_console.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/g/usb_console.c b/chip/g/usb_console.c
index 41f98251fa..b9c35a53f2 100644
--- a/chip/g/usb_console.c
+++ b/chip/g/usb_console.c
@@ -62,7 +62,7 @@ static uint8_t ep_buf_rx[USB_MAX_PACKET_SIZE];
static struct g_usb_desc ep_out_desc;
static struct g_usb_desc ep_in_desc;
-static struct queue const tx_q = QUEUE_NULL(256, uint8_t);
+static struct queue const tx_q = QUEUE_NULL(4096, uint8_t);
static struct queue const rx_q = QUEUE_NULL(USB_MAX_PACKET_SIZE, uint8_t);