]> begriffs open source - freertos/commit
Fix build failure when dynamic allocation is not enabled.
authorGaurav Aggarwal <aggarg@amazon.com>
Sat, 16 Feb 2019 20:21:47 +0000 (20:21 +0000)
committerGaurav Aggarwal <aggarg@amazon.com>
Sat, 16 Feb 2019 20:21:47 +0000 (20:21 +0000)
commit2c88fb7fa1600a92a437a81937464715b12cb00b
tree0d22c8020796d4032bc205b96149dc788a82c0fb
parent6844bef74ff3b6595a9f7ac36f22ea1018d47075
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.
FreeRTOS/Source/timers.c