Add a USB forwarding application that works on Windows too
It has been tested with a Windows VM sending a few messages. The VM may
have gained some necessary state during testing so it won't work on
other Windows machines, but I've tried to clear it all out and it still
worked.
Change-Id: I814fd57653cd8d86534516e8c4f626746146e626
diff --git a/motors/usb/cdc.h b/motors/usb/cdc.h
index 00eec4c..c02873d 100644
--- a/motors/usb/cdc.h
+++ b/motors/usb/cdc.h
@@ -116,7 +116,7 @@
EndpointBufferState tx_state_;
Data01 next_tx_toggle_;
- // These are BdtEntries which we're holding into without releasing back to the
+ // These are BdtEntries which we're holding onto without releasing back to the
// hardware so that we won't receive any more data until we have space for it.
// They are only manipulated with interrupts disabled.
BdtEntry *first_rx_held_ = nullptr, *second_rx_held_ = nullptr;