X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/158afe910947739b1df00000628c1e758bdf0812..d36c96d6a526f74e3853466bcecf49261c58b9bd:/Demos/Host/LowLevel/VirtualSerialHost/ConfigDescriptor.c diff --git a/Demos/Host/LowLevel/VirtualSerialHost/ConfigDescriptor.c b/Demos/Host/LowLevel/VirtualSerialHost/ConfigDescriptor.c index c35a606cc..a26fa5cce 100644 --- a/Demos/Host/LowLevel/VirtualSerialHost/ConfigDescriptor.c +++ b/Demos/Host/LowLevel/VirtualSerialHost/ConfigDescriptor.c @@ -110,6 +110,9 @@ uint8_t ProcessConfigurationDescriptor(void) /* Clear any found endpoints */ NotificationEndpoint = NULL; } + + /* Skip the remainder of the loop as we have not found an endpoint yet */ + continue; } /* Retrieve the endpoint address from the endpoint descriptor */