X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/179691be6e529c088b26a89166b870cd120f29da..50f4a3b6250ca0371ca3483f1b5e49e1fa0d9b08:/Demos/Host/LowLevel/RNDISEthernetHost/ConfigDescriptor.c 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) {