Skip to content

Commit

Permalink
xtensa/esp32: Change ESP32_RT_TIMER_TASK_PRIORITY comment into help text
Browse files Browse the repository at this point in the history
gustavonihei authored and patacongo committed Apr 28, 2021
1 parent 2b179c5 commit 91955be
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion arch/xtensa/src/esp32/Kconfig
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 91955be

Please sign in to comment.