This website requires JavaScript.
Explore
Help
Sign In
embedded
/
FreeRTOS-Kernel
Watch
1
Star
0
Fork
0
You've already forked FreeRTOS-Kernel
mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced
2026-07-27 16:24:13 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
bdb38d85dcc65942bc546c07f1193a983fd16916
FreeRTOS-Kernel
/
stream_buffer.c
RichardBarry
71be31bb61
xStreamBufferSend() caps the maximum amount of data a stream buffer can send to the maximum capacity of the buffer - however the value to which the length is capped was wrong, and is correct by this check in. Likewise when sending to a message buffer if the send length is too long the block time is set to 0 to ensure the sending task does not wait indefinitely for the impossible send to complete - but the length check was wrong, and is corrected by this check in. (
#195
)
2020-10-10 21:47:54 -07:00
53 KiB
Raw
Blame
History
View Raw
Reference in New Issue
View Git Blame
Copy Permalink