mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 17:33:08 +08:00
Fix issues related to work queue timing
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2270 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -2148,7 +2148,7 @@ extern void up_ledoff(int led);
|
||||
</li>
|
||||
<li>
|
||||
<code>CONFIG_SCHED_WORKPERIOD</code>: How often the worker thread checks for
|
||||
work. Default: 50 MS.
|
||||
work in units of microseconds. Default: 50*1000 (50 MS).
|
||||
</li>
|
||||
<li>
|
||||
<code>CONFIG_SCHED_WORKSTACKSIZE</code>: The stack size allocated for the worker
|
||||
|
||||
Reference in New Issue
Block a user