diff --git a/arch/risc-v/src/esp32c3/Kconfig b/arch/risc-v/src/esp32c3/Kconfig index aa0881aed77..8ddec494316 100644 --- a/arch/risc-v/src/esp32c3/Kconfig +++ b/arch/risc-v/src/esp32c3/Kconfig @@ -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"