]> git.sur5r.net Git - freertos/commit - FreeRTOS/Source/stream_buffer.c
Introduce sbBYTES_TO_STORE_MESSAGE_LENGTH to allow the number of bytes used to hold...
authorrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 15 Mar 2018 15:51:22 +0000 (15:51 +0000)
committerrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 15 Mar 2018 15:51:22 +0000 (15:51 +0000)
commitd5533b189399e8ce042f4561d7f5d0f50eb48205
tree57f2b9d2e98e340bed43b9d889320f30bc4ffb3e
parentcd1ad55ff8962389a69bcdcf56f129a017cd6bac
Introduce sbBYTES_TO_STORE_MESSAGE_LENGTH to allow the number of bytes used to hold a message length in a message buffer to be reduced if 4 bytes is always too many (save a little RAM).

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2535 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
FreeRTOS/Source/include/FreeRTOS.h
FreeRTOS/Source/stream_buffer.c