Add more const-ness to the stream endpoint/pipe functions where possible.
[pub/lufa.git] / LUFA / Drivers / USB / HighLevel / Template / Template_Endpoint_Control_W.c
index 43724e8..bdbbcfc 100644 (file)
@@ -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));