From d7d60ea0ed339c0c932296d9e7a42144274fd34f Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Tue, 31 Jul 2012 00:04:31 -0400 Subject: usb_cdcacm.c: Add another verification TODO. Not sure what the comment above the new TODO is supposed to mean, but it looks like something that should be checked. Signed-off-by: Marti Bolivar --- libmaple/usb/stm32f1/usb_cdcacm.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libmaple/usb/stm32f1/usb_cdcacm.c b/libmaple/usb/stm32f1/usb_cdcacm.c index edd4b98..25c4208 100644 --- a/libmaple/usb/stm32f1/usb_cdcacm.c +++ b/libmaple/usb/stm32f1/usb_cdcacm.c @@ -495,6 +495,8 @@ uint8 usb_cdcacm_get_rts() { static void vcomDataTxCb(void) { /* assumes tx transactions are atomic 64 bytes (nearly certain they are) */ + /* TODO determine if TX txns. are actually "atomic 64 bytes", + * whatever that means. */ countTx = 0; } -- cgit v1.2.3