mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-06-20 01:53:42 +02:00
The example was trying to create a timer with period 0 which is not a valid period. This was reported here - https://forums.freertos.org/t/multiple-timers/13884 Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>