common: Implement the transmit path for the USB serial module.
authorTilman Sauerbeck <tilman@code-monkey.de>
Wed, 3 Jul 2019 05:17:16 +0000 (07:17 +0200)
committerTilman Sauerbeck <tilman@code-monkey.de>
Sun, 5 Jan 2020 19:38:11 +0000 (20:38 +0100)
This adds the global variable cdc_tx_buf, which buffers data
to be written to USB.


No differences found