X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/e96621983462a8cec68280f6730c6fc2f059202a..81998ce297fd9959f505e96a69337f3548db0d71:/LUFA/Drivers/USB/LowLevel/Endpoint.c?ds=sidebyside diff --git a/LUFA/Drivers/USB/LowLevel/Endpoint.c b/LUFA/Drivers/USB/LowLevel/Endpoint.c index 57c613a1f..f1ed2f9a2 100644 --- a/LUFA/Drivers/USB/LowLevel/Endpoint.c +++ b/LUFA/Drivers/USB/LowLevel/Endpoint.c @@ -87,6 +87,8 @@ bool Endpoint_ConfigureEndpoint_Prv(const uint8_t Number, void Endpoint_ClearEndpoints(void) { + UEINT = 0; + for (uint8_t EPNum = 0; EPNum < ENDPOINT_TOTAL_ENDPOINTS; EPNum++) { Endpoint_SelectEndpoint(EPNum);