mirror of
https://github.com/apache/nuttx.git
synced 2026-08-20 21:18:23 +00:00
risc-v/esp32c3: Change ESP32C3_RT_TIMER_TASK_PRIORITY comment into help text
This commit is contained in:
parent
b85090684d
commit
bfb8eec64a
1 changed files with 4 additions and 1 deletions
|
|
@ -382,7 +382,10 @@ config ESP32C3_RT_TIMER_TASK_NAME
|
|||
|
||||
config ESP32C3_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 ESP32C3_RT_TIMER_TASK_STACK_SIZE
|
||||
int "Timer task stack size"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue