]> git.sur5r.net Git - freertos/commit - FreeRTOS/Source/timers.c
Fix build failure when dynamic allocation is not enabled.
authorgaurav-aws <gaurav-aws@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sat, 16 Feb 2019 20:21:47 +0000 (20:21 +0000)
committergaurav-aws <gaurav-aws@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sat, 16 Feb 2019 20:21:47 +0000 (20:21 +0000)
commitd51430facf30afb91eb438cf2ef77d9b67cbf110
tree0d22c8020796d4032bc205b96149dc788a82c0fb
parent1b1b1ec793457bb322848f551d708a04724dfbb4
Fix build failure when dynamic allocation is not enabled.

When dynamic allocation is not enabled, vPortFree is not available. The current code used
vPortFree and this resulted in linker error. This commit removes the use of vPortFree when
dynamic allocation is not enabled.

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