mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 17:48:54 +08:00
Fix one missed name change from last big commit
This commit is contained in:
+3
-3
@@ -846,7 +846,7 @@ config SCHED_HPWORK
|
|||||||
|
|
||||||
if SCHED_HPWORK
|
if SCHED_HPWORK
|
||||||
|
|
||||||
config SCHED_WORKPRIORITY
|
config SCHED_HPWORKPRIORITY
|
||||||
int "High priority worker thread priority"
|
int "High priority worker thread priority"
|
||||||
default 224
|
default 224
|
||||||
---help---
|
---help---
|
||||||
@@ -865,7 +865,7 @@ config SCHED_WORKPRIORITY
|
|||||||
priority worker thread can then be adjusted to match the highest
|
priority worker thread can then be adjusted to match the highest
|
||||||
priority client.
|
priority client.
|
||||||
|
|
||||||
config SCHED_WORKPERIOD
|
config SCHED_HPWORKPERIOD
|
||||||
int "High priority worker thread period"
|
int "High priority worker thread period"
|
||||||
default 100000 if SCHED_LPWORK
|
default 100000 if SCHED_LPWORK
|
||||||
default 50000 if !SCHED_LPWORK
|
default 50000 if !SCHED_LPWORK
|
||||||
@@ -876,7 +876,7 @@ config SCHED_WORKPERIOD
|
|||||||
lower priority worker thread is performing garbage collection, the
|
lower priority worker thread is performing garbage collection, the
|
||||||
default is 100*1000.
|
default is 100*1000.
|
||||||
|
|
||||||
config SCHED_WORKSTACKSIZE
|
config SCHED_HPWORKSTACKSIZE
|
||||||
int "High priority worker thread stack size"
|
int "High priority worker thread stack size"
|
||||||
default 2048
|
default 2048
|
||||||
---help---
|
---help---
|
||||||
|
|||||||
Reference in New Issue
Block a user