X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/f555ad7ced743a19eb1eefaf5eaf536fcbe58d80..100a197d0efa177b9f514cbf5292a6a333b03de9:/LUFA/Drivers/USB/HighLevel/Template/Template_Endpoint_Control_W.c diff --git a/LUFA/Drivers/USB/HighLevel/Template/Template_Endpoint_Control_W.c b/LUFA/Drivers/USB/HighLevel/Template/Template_Endpoint_Control_W.c index 43724e805..bdbbcfc11 100644 --- a/LUFA/Drivers/USB/HighLevel/Template/Template_Endpoint_Control_W.c +++ b/LUFA/Drivers/USB/HighLevel/Template/Template_Endpoint_Control_W.c @@ -1,4 +1,4 @@ -uint8_t TEMPLATE_FUNC_NAME (const void* Buffer, +uint8_t TEMPLATE_FUNC_NAME (const void* const Buffer, uint16_t Length) { uint8_t* DataStream = ((uint8_t*)Buffer + TEMPLATE_BUFFER_OFFSET(Length));