]> begriffs open source - freertos/commit
Fix Coverity warnings: In most cases the return value of xTaskResumeAll() is cast...
authorRichardBarry <ribarry@amazon.com>
Mon, 16 Mar 2020 16:59:32 +0000 (09:59 -0700)
committerYuhui Zheng <10982575+yuhui-zheng@users.noreply.github.com>
Mon, 16 Mar 2020 17:20:25 +0000 (10:20 -0700)
commit459dceb29c38f82afba9c6c5863910798ce97c3f
tree34f64c2eabce7b1885238fd049e1afbabd4d25dc
parent5d28744febb6788ff37ad51990848c7bd82296e6
Fix Coverity warnings:  In most cases the return value of xTaskResumeAll() is cast to void when it is not needed.  This PR fixes a couple of instances in the heap_n.c implementations where that was not the case.
portable/MemMang/heap_4.c
portable/MemMang/heap_5.c