xtensa/esp32: Change ESP32_RT_TIMER_TASK_PRIORITY comment into help text

This commit is contained in:
Gustavo Henrique Nihei 2021-04-27 18:35:24 -03:00 committed by patacongo
parent 2b179c5ab3
commit 91955be0e1

View File

@ -982,7 +982,10 @@ config ESP32_RT_TIMER_TASK_NAME
config ESP32_RT_TIMER_TASK_PRIORITY
int "Timer task priority"
default 223 # Lower than high priority workqueue
default 223
---help---
Priority level of the RT Timer task.
Must be lower than the SCHED_HPWORKPRIORITY.
config ESP32_RT_TIMER_TASK_STACK_SIZE
int "Timer task stack size"