]> begriffs open source - freertos/commit
Correct calculation of xHeapStructSize in heap_4 and heap_5.
authorRichard Barry <ribarry@amazon.com>
Thu, 25 Jun 2015 12:14:54 +0000 (12:14 +0000)
committerRichard Barry <ribarry@amazon.com>
Thu, 25 Jun 2015 12:14:54 +0000 (12:14 +0000)
commit95b73d40d9cb6f1e91ebe43229bfc16ea2c792e5
tree1e22a2917d89c3ef7555258a348aa89ae4b2274b
parent4ee2a968617d64b11d563a5f4a3e3db05c838bd6
Correct calculation of xHeapStructSize in heap_4 and heap_5.
Convert uint32_t types to size_t types in heap_5.c, as was previously done for heap_4.c.
FreeRTOS/Source/portable/MemMang/heap_4.c
FreeRTOS/Source/portable/MemMang/heap_5.c