docs(freertos): Modify FreeRTOS HZ configuration help description

Closes https://github.com/espressif/ESP8266_RTOS_SDK/issues/314
This commit is contained in:
Dong Heng
2018-10-09 17:52:47 +08:00
parent 4ae1308c2a
commit 6cfcb7a3b5

View File

@ -16,6 +16,8 @@ config FREERTOS_HZ
help
Select the tick rate at which FreeRTOS does pre-emptive context switching.
The value must be the divisor of 1000, otherwise it may cause time mistake.
config FREERTOS_MAX_HOOK
int "FreeRTOS hook max number"
range 1 16