Add more const-ness to the stream endpoint/pipe functions where possible.
This commit is contained in:
parent
272d446d32
commit
0019fbd129
13 changed files with 50 additions and 46 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue