projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Bluetooth demo can now create and maintain logical channels - need to determine why...
[pub/USBasp.git]
/
LUFA
/
Drivers
/
USB
/
Class
/
Common
/
StillImage.h
diff --git
a/LUFA/Drivers/USB/Class/Common/StillImage.h
b/LUFA/Drivers/USB/Class/Common/StillImage.h
index
4b0faac
..
1648431
100644
(file)
--- a/
LUFA/Drivers/USB/Class/Common/StillImage.h
+++ b/
LUFA/Drivers/USB/Class/Common/StillImage.h
@@
-31,6
+31,8
@@
/** \file
\r
* \brief Common definitions and declarations for the library USB Still Image Class driver.
\r
*
\r
/** \file
\r
* \brief Common definitions and declarations for the library USB Still Image Class driver.
\r
*
\r
+ * Common definitions and declarations for the library USB Still Image Class driver.
\r
+ *
\r
* \note This file should not be included directly. It is automatically included as needed by the class driver
\r
* dispatch header located in LUFA/Drivers/USB/Class/StillImage.h.
\r
*/
\r
* \note This file should not be included directly. It is automatically included as needed by the class driver
\r
* dispatch header located in LUFA/Drivers/USB/Class/StillImage.h.
\r
*/
\r
@@
-120,7
+122,9
@@
};
\r
\r
/* Type Defines: */
\r
};
\r
\r
/* Type Defines: */
\r
- /** Type define for a PIMA container, use to send commands and receive responses to and from an
\r
+ /** \brief PIMA Still Image Device Command/Response Container.
\r
+ *
\r
+ * Type define for a PIMA container, use to send commands and receive responses to and from an
\r
* attached Still Image device.
\r
*/
\r
typedef struct
\r
* attached Still Image device.
\r
*/
\r
typedef struct
\r