mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-06-29 07:18:49 +02:00
When using MPU wrappers v2, xTimerDelete needs to be a real function rather than a macro so that the kernel object pool index can be freed after the timer is successfully deleted. Without this, deleting a timer leaks the kernel object pool entry. Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>