Commit for the 090401 release.

This commit is contained in:
Dean Camera 2009-03-31 11:56:00 +00:00
parent 3aa8620a61
commit fa85c5e416
7 changed files with 37 additions and 30 deletions

View file

@ -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
)