mirror of
git://soft.sys114.com/klipper
synced 2026-02-11 22:50:25 +09:00
usb_cdc: Increase USB transmit size
Increase the transmit buffer size to better support bulk transmission of sensor data. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -30,7 +30,7 @@
|
|||||||
****************************************************************/
|
****************************************************************/
|
||||||
|
|
||||||
static struct task_wake usb_bulk_in_wake;
|
static struct task_wake usb_bulk_in_wake;
|
||||||
static uint8_t transmit_buf[96], transmit_pos;
|
static uint8_t transmit_buf[192], transmit_pos;
|
||||||
|
|
||||||
void
|
void
|
||||||
usb_notify_bulk_in(void)
|
usb_notify_bulk_in(void)
|
||||||
|
|||||||
Reference in New Issue
Block a user