projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Changed Still Image Host class driver to auto-fill TransactionID element of sent...
[pub/USBasp.git]
/
LUFA
/
Drivers
/
USB
/
USB.h
diff --git
a/LUFA/Drivers/USB/USB.h
b/LUFA/Drivers/USB/USB.h
index
9d2e848
..
bac110c
100644
(file)
--- a/
LUFA/Drivers/USB/USB.h
+++ b/
LUFA/Drivers/USB/USB.h
@@
-66,7
+66,8
@@
* the standard library APIs.
\r
*
\r
* Multiple device mode class drivers can be used within a project, including multiple instances of the
\r
* the standard library APIs.
\r
*
\r
* Multiple device mode class drivers can be used within a project, including multiple instances of the
\r
- * same class driver.
\r
+ * same class driver. In this way, USB Hosts and Devices can be made quickly using the internal class drivers
\r
+ * so that more time and effort can be put into the end application instead of the USB protocol.
\r
*/
\r
\r
#ifndef __USB_H__
\r
*/
\r
\r
#ifndef __USB_H__
\r