Application documentation/comment cleanup.
This commit is contained in:
parent
bdedbd558c
commit
664a292181
42 changed files with 38 additions and 51 deletions
|
@ -36,7 +36,6 @@
|
|||
|
||||
#include "CDC.h"
|
||||
|
||||
/* Globals: */
|
||||
/** Contains the current baud rate and other settings of the virtual serial port. While this demo does not use
|
||||
* the physical USART and thus does not use these settings, they must still be retained and returned to the host
|
||||
* upon request or the host will assume the device is non-functional.
|
||||
|
@ -50,6 +49,7 @@ CDC_Line_Coding_t LineEncoding = { .BaudRateBPS = 0,
|
|||
.ParityType = Parity_None,
|
||||
.DataBits = 8 };
|
||||
|
||||
|
||||
#if 0
|
||||
/* NOTE: Here you can set up a standard stream using the created virtual serial port, so that the standard stream functions in
|
||||
* <stdio.h> can be used on the virtual serial port (e.g. fprintf(&USBSerial, "Test"); to print a string).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue