]> begriffs open source - freertos/commit
Introduce sbBYTES_TO_STORE_MESSAGE_LENGTH to allow the number of bytes used to hold...
authorRichard Barry <ribarry@amazon.com>
Thu, 15 Mar 2018 15:51:22 +0000 (15:51 +0000)
committerRichard Barry <ribarry@amazon.com>
Thu, 15 Mar 2018 15:51:22 +0000 (15:51 +0000)
commit3ec86b7a98712db619c38a70b07773aa03067850
tree57f2b9d2e98e340bed43b9d889320f30bc4ffb3e
parentaec45f247904ae3c80b3d41ae4672d948cdbbb43
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).
FreeRTOS/Source/include/FreeRTOS.h
FreeRTOS/Source/stream_buffer.c