projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add FatFS library to the Webserver project, extend the HTTP server so that it now...
[pub/USBasp.git]
/
LUFA
/
Drivers
/
USB
/
Class
/
Host
/
CDC.h
diff --git
a/LUFA/Drivers/USB/Class/Host/CDC.h
b/LUFA/Drivers/USB/Class/Host/CDC.h
index
dbc1f9e
..
466f141
100644
(file)
--- a/
LUFA/Drivers/USB/Class/Host/CDC.h
+++ b/
LUFA/Drivers/USB/Class/Host/CDC.h
@@
-89,11
+89,6
@@
uint16_t DataOUTPipeSize; /**< Size in bytes of the CDC interface's OUT data pipe */
\r
uint16_t NotificationPipeSize; /**< Size in bytes of the CDC interface's IN notification pipe, if used */
\r
\r
uint16_t DataOUTPipeSize; /**< Size in bytes of the CDC interface's OUT data pipe */
\r
uint16_t NotificationPipeSize; /**< Size in bytes of the CDC interface's IN notification pipe, if used */
\r
\r
- bool BidirectionalDataEndpoints; /**< Indicates if the attached CDC interface uses bidirectional data endpoints,
\r
- * and this has only the IN pipe configured (with \ref Pipe_SetPipeToken()
\r
- * used to switch the pipe's direction)
\r
- */
\r
-
\r
struct
\r
{
\r
uint8_t HostToDevice; /**< Control line states from the host to device, as a set of CDC_CONTROL_LINE_OUT_*
\r
struct
\r
{
\r
uint8_t HostToDevice; /**< Control line states from the host to device, as a set of CDC_CONTROL_LINE_OUT_*
\r