Add to the existing CDC Class Driver's CreateStream() function documentation to explicitly state that the created streams are bidirectional.
This commit is contained in:
parent
958d28d05d
commit
414b92e812
4 changed files with 7 additions and 9 deletions
|
|
@ -55,7 +55,7 @@
|
|||
* can protect the AVR's firmware from being dumped from a secured AVR. When false, memory operations are
|
||||
* allowed at any time.
|
||||
*/
|
||||
#define SECURE_MODE false
|
||||
#define SECURE_MODE false
|
||||
|
||||
/** Major bootloader version number. */
|
||||
#define BOOTLOADER_VERSION_MINOR 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue