mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-03-29 19:07:16 +02:00
configSYSTICK_CLOCK_HZ should be used to configure SysTick to support the use case when the clock for SysTick timer is scaled from the main CPU clock. configSYSTICK_CLOCK_HZ is defined to configCPU_CLOCK_HZ when it is not defined in FreeRTOSConfig.h. Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>