Gaurav Aggarwal 9ffeb07de4 fix: Add MPU wrapper for xTimerDelete API
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>
2026-06-25 21:16:06 +00:00
..