diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2012-08-03 23:13:32 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2012-08-03 23:13:32 -0400 |
commit | f0b894fca7a56b8172bb0dff89283843dcd9d200 (patch) | |
tree | 852e38129b341e8b0b3bef604293805caf499938 /libmaple | |
parent | 80f25b79dadafa2246ce208c6a4e3a039701b692 (diff) | |
download | librambutan-f0b894fca7a56b8172bb0dff89283843dcd9d200.tar.gz librambutan-f0b894fca7a56b8172bb0dff89283843dcd9d200.zip |
usb_cdcacm: Cosmetics
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
Diffstat (limited to 'libmaple')
-rw-r--r-- | libmaple/usb/stm32f1/usb_cdcacm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmaple/usb/stm32f1/usb_cdcacm.c b/libmaple/usb/stm32f1/usb_cdcacm.c index 6531c9c..df9e6ea 100644 --- a/libmaple/usb/stm32f1/usb_cdcacm.c +++ b/libmaple/usb/stm32f1/usb_cdcacm.c @@ -440,7 +440,7 @@ uint32 usb_cdcacm_tx(const uint8* buf, uint32 len) { len = USB_CDCACM_TX_EPSIZE / 2; } - // Queue bytes for sending + /* Queue bytes for sending */ if (len) { usb_copy_to_pma(buf, len, USB_CDCACM_TX_ADDR); usb_set_ep_tx_count(USB_CDCACM_TX_ENDP, len); |