Skip to content

Commit

Permalink
FIX: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
r2axz committed Dec 1, 2020
1 parent 4dad6b6 commit 61bc202
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions usb_cdc.c
Original file line number Diff line number Diff line change
Expand Up @@ -800,8 +800,7 @@ void usb_cdc_poll() {
usb_circ_buf_read(cdc_state->usb_rx_pending_ep, tx_buf, USB_CDC_BUF_SIZE);
usb_cdc_port_start_tx(port);
cdc_state->usb_rx_pending_ep = 0;
}
}

}
}
}

0 comments on commit 61bc202

Please sign in to comment.