projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added new Printer Host mode Class driver.
[pub/lufa.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
51b00da
..
4132d88
100644
(file)
--- a/
LUFA/Drivers/USB/Class/Host/CDC.h
+++ b/
LUFA/Drivers/USB/Class/Host/CDC.h
@@
-72,7
+72,7
@@
struct
\r
{
\r
bool IsActive; /**< Indicates if the current interface instance is connected to an attached device, valid
\r
struct
\r
{
\r
bool IsActive; /**< Indicates if the current interface instance is connected to an attached device, valid
\r
- * after \ref
HID
_Host_ConfigurePipes() is called and the Host state machine is in the
\r
+ * after \ref
CDC
_Host_ConfigurePipes() is called and the Host state machine is in the
\r
* Configured state
\r
*/
\r
uint8_t ControlInterfaceNumber; /**< Interface index of the CDC-ACM control interface within the attached device */
\r
* Configured state
\r
*/
\r
uint8_t ControlInterfaceNumber; /**< Interface index of the CDC-ACM control interface within the attached device */
\r