Add more const-ness to the stream endpoint/pipe functions where possible.
[pub/lufa.git] / LUFA / Drivers / USB / HighLevel / Template / Template_Endpoint_RW.c
index 4077279..a46d751 100644 (file)
@@ -1,4 +1,4 @@
-uint8_t TEMPLATE_FUNC_NAME (TEMPLATE_BUFFER_TYPE Buffer,
+uint8_t TEMPLATE_FUNC_NAME (TEMPLATE_BUFFER_TYPE const Buffer,
                             uint16_t Length,
                             uint16_t* const BytesProcessed)
 {