X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/ea7039a0cc56e67affb6c69ddc56e7e4e3188d08..5e787a4bb04f8a27f9300077361403adf2e92b3f:/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 273e1908a..3376098ed 100644 --- a/LUFA/Drivers/USB/LowLevel/Endpoint.c +++ b/LUFA/Drivers/USB/LowLevel/Endpoint.c @@ -83,7 +83,7 @@ void Endpoint_ClearEndpoints(void) uint8_t Endpoint_WaitUntilReady(void) { - uint8_t TimeoutMSRem = USB_STREAM_TIMEOUT_MS; + uint16_t TimeoutMSRem = USB_STREAM_TIMEOUT_MS; USB_INT_Clear(USB_INT_SOFI);