diff --git a/src/usb/usb.c b/src/usb/usb.c index 099880f..7928f46 100644 --- a/src/usb/usb.c +++ b/src/usb/usb.c @@ -35,7 +35,7 @@ #include // Device specific functions -static uint8_t rx_buffer[4096], tx_buffer[4096]; +static uint8_t rx_buffer[4096], tx_buffer[4096+64]; static uint16_t w_offset = 0, r_offset = 0; static uint16_t w_len = 0, tx_r_offset = 0; static uint32_t timeout_counter = 0;