+ /* Clear the found endpoints mask, since any already processed endpoints aren't in the CDC interface we need */\r
+ FoundEndpoints = 0;\r
+\r
+ /* Disable any already configured endpoints from the invalid CDC interfaces */\r
+ Endpoint_DisableEndpoint(CDC_NOTIFICATIONPIPE);\r
+ Endpoint_DisableEndpoint(CDC_DATAPIPE_IN);\r
+ Endpoint_DisableEndpoint(CDC_DATAPIPE_OUT);\r
+ \r