mirror of
https://github.com/FreeRTOS/Lab-Project-FreeRTOS-POSIX.git
synced 2025-10-20 04:43:40 +08:00

If configENABLE_BACKWARD_COMPATIBILITY is defined, then xTimerHandle is defined to TimerHandle_t which would result in conflict. Fixes #35. Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>