Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/generic/usb_cdc.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ console_sendf(const struct command_encoder *ce, va_list args)
static struct task_wake usb_bulk_out_wake;
static uint8_t receive_buf[128], receive_pos;

DECL_CONSTANT("RECEIVE_WINDOW", sizeof(receive_buf));

void
usb_notify_bulk_out(void)
{
Expand Down
Loading