mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-04-22 14:40:06 +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>