Commit for the 090401 release.
This commit is contained in:
parent
3aa8620a61
commit
fa85c5e416
7 changed files with 37 additions and 30 deletions
|
@ -190,7 +190,7 @@ uint8_t Pipe_Discard_Stream(uint16_t Length
|
|||
}
|
||||
|
||||
uint8_t Pipe_Read_Stream_LE(void* Buffer, uint16_t Length
|
||||
#if !defined(NO_STREAM_CALLBACKS)
|
||||
#if !defined(NO_STREAM_CALLBACKS)
|
||||
, uint8_t (* const Callback)(void)
|
||||
#endif
|
||||
)
|
||||
|
@ -223,7 +223,7 @@ uint8_t Pipe_Read_Stream_LE(void* Buffer, uint16_t Length
|
|||
}
|
||||
|
||||
uint8_t Pipe_Read_Stream_BE(void* Buffer, uint16_t Length
|
||||
#if !defined(NO_STREAM_CALLBACKS)
|
||||
#if !defined(NO_STREAM_CALLBACKS)
|
||||
, uint8_t (* const Callback)(void)
|
||||
#endif
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue