diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-11-25 03:56:51 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-11-25 03:56:51 +0000 |
commit | 50f4a3b6250ca0371ca3483f1b5e49e1fa0d9b08 (patch) | |
tree | ec479d037ea5ec5c1f2ff8bbb2d30f0418a1d818 /LUFA/Drivers/USB/Class/Host/StillImage.h | |
parent | 179691be6e529c088b26a89166b870cd120f29da (diff) | |
download | lufa-50f4a3b6250ca0371ca3483f1b5e49e1fa0d9b08.tar.gz lufa-50f4a3b6250ca0371ca3483f1b5e49e1fa0d9b08.tar.bz2 lufa-50f4a3b6250ca0371ca3483f1b5e49e1fa0d9b08.zip |
Fix build and Doxygen errors.
Diffstat (limited to 'LUFA/Drivers/USB/Class/Host/StillImage.h')
-rw-r--r-- | LUFA/Drivers/USB/Class/Host/StillImage.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/LUFA/Drivers/USB/Class/Host/StillImage.h b/LUFA/Drivers/USB/Class/Host/StillImage.h index 41e26e627..4478931e0 100644 --- a/LUFA/Drivers/USB/Class/Host/StillImage.h +++ b/LUFA/Drivers/USB/Class/Host/StillImage.h @@ -77,7 +77,7 @@ struct
{
bool IsActive; /**< Indicates if the current interface instance is connected to an attached device, valid
- * after \ref SI_Host_ConfigurePipes() is called and the Host state machine is in the
+ * after \ref SImage_Host_ConfigurePipes() is called and the Host state machine is in the
* Configured state
*/
@@ -94,7 +94,7 @@ } USB_ClassInfo_SI_Host_t;
/* Enums: */
- /** Enum for the possible error codes returned by the \ref SI_Host_ConfigurePipes() function. */
+ /** Enum for the possible error codes returned by the \ref SImage_Host_ConfigurePipes() function. */
enum SIHost_EnumerationFailure_ErrorCodes_t
{
SI_ENUMERROR_NoError = 0, /**< Configuration Descriptor was processed successfully */
|