aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/LowLevel/RNDISEthernetHost/ConfigDescriptor.c
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-11-25 03:56:51 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-11-25 03:56:51 +0000
commit50f4a3b6250ca0371ca3483f1b5e49e1fa0d9b08 (patch)
treeec479d037ea5ec5c1f2ff8bbb2d30f0418a1d818 /Demos/Host/LowLevel/RNDISEthernetHost/ConfigDescriptor.c
parent179691be6e529c088b26a89166b870cd120f29da (diff)
downloadlufa-50f4a3b6250ca0371ca3483f1b5e49e1fa0d9b08.tar.gz
lufa-50f4a3b6250ca0371ca3483f1b5e49e1fa0d9b08.tar.bz2
lufa-50f4a3b6250ca0371ca3483f1b5e49e1fa0d9b08.zip
Fix build and Doxygen errors.
Diffstat (limited to 'Demos/Host/LowLevel/RNDISEthernetHost/ConfigDescriptor.c')
-rw-r--r--Demos/Host/LowLevel/RNDISEthernetHost/ConfigDescriptor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Demos/Host/LowLevel/RNDISEthernetHost/ConfigDescriptor.c b/Demos/Host/LowLevel/RNDISEthernetHost/ConfigDescriptor.c
index 47ae77677..bfdf64276 100644
--- a/Demos/Host/LowLevel/RNDISEthernetHost/ConfigDescriptor.c
+++ b/Demos/Host/LowLevel/RNDISEthernetHost/ConfigDescriptor.c
@@ -41,9 +41,9 @@
* routine will read in the entire configuration descriptor, and configure the hosts pipes to correctly communicate
* with compatible devices.
*
- * This routine searches for a CDC interface descriptor containing bulk data IN and OUT endpoints, and an interrupt event endpoint.
+ * This routine searches for a RNDIS interface descriptor containing bulk data IN and OUT endpoints, and an interrupt event endpoint.
*
- * \return An error code from the \ref CDCHost_GetConfigDescriptorDataCodes_t enum.
+ * \return An error code from the \ref RNDISHost_GetConfigDescriptorDataCodes_t enum.
*/
uint8_t ProcessConfigurationDescriptor(void)
{