diff --git a/example-usb-serial/README b/example-usb-serial/README index 4822926..3bfbcad 100644 --- a/example-usb-serial/README +++ b/example-usb-serial/README @@ -2,3 +2,8 @@ This is an application example using ST Nucleo F103 board. SB62 and SB63 should be soldered. ST-Link/V2 is disconnected (SB13 and SB14). + +TODO: +* serial config setting +* stats report control +* Use of DMA for serial communication diff --git a/example-usb-serial/sample.c b/example-usb-serial/sample.c index 51df511..acf45cd 100644 --- a/example-usb-serial/sample.c +++ b/example-usb-serial/sample.c @@ -114,8 +114,6 @@ cdc_to_usart_loop (void *arg) if (size) usart_write (cdc_usart->dev_no, s, size); - else - usart_write (cdc_usart->dev_no, "HELLO!\r\n", 8); } }