diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2011-06-14 12:55:32 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2011-06-14 12:55:32 +0000 |
| commit | 944bf95b9e37808a67334fde6ff70ca9548ae7ec (patch) | |
| tree | 6eafe02ecf680e0439964e353a7d3a07421e06e8 /Demos/Host/LowLevel/AudioInputHost/ConfigDescriptor.h | |
| parent | 5d2b5b9a4d8eca6540b5bcc2bcf3ba338bc108b0 (diff) | |
Fix Doxygen documentation errors.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1802 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/Host/LowLevel/AudioInputHost/ConfigDescriptor.h')
| -rw-r--r-- | Demos/Host/LowLevel/AudioInputHost/ConfigDescriptor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Host/LowLevel/AudioInputHost/ConfigDescriptor.h b/Demos/Host/LowLevel/AudioInputHost/ConfigDescriptor.h index 4a1cf909..c2a845e4 100644 --- a/Demos/Host/LowLevel/AudioInputHost/ConfigDescriptor.h +++ b/Demos/Host/LowLevel/AudioInputHost/ConfigDescriptor.h @@ -47,7 +47,7 @@ /* Enums: */
/** Enum for the possible return codes of the \ref ProcessConfigurationDescriptor() function. */
- enum KeyboardHost_GetConfigDescriptorDataCodes_t
+ enum AudioHost_GetConfigDescriptorDataCodes_t
{
SuccessfulConfigRead = 0, /**< Configuration Descriptor was processed successfully */
ControlError = 1, /**< A control request to the device failed to complete successfully */
|
