mirror of
https://github.com/espressif/esp-idf.git
synced 2026-06-08 06:06:32 +03:00
This commit deprecates xPortGetTickRateHz() from the FreeRTOS port API as the FreeRTOS tickrate is constant for an application and can be inferred using the CONFIG_FREERTOS_HZ config option.