mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
Documentation: Fix a typo in scheduler docs
Removed a repeated word. Self-explanatory. Signed-off-by: Morten Fyhn Amundsen <morten.f.amundsen@scoutdi.com>
This commit is contained in:
parent
ef04b4ccb6
commit
143242776f
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ Optionally, a NuttX task or thread can be configured with round-robin or
|
|||
*except* that tasks with equal priority and share CPU time via
|
||||
*time-slicing*. The time-slice interval is a constant determined by the
|
||||
configuration setting ``CONFIG_RR_INTERVAL`` to a positive, non-zero
|
||||
value. Sporadic scheduling scheduling is more complex, varying the
|
||||
value. Sporadic scheduling is more complex, varying the
|
||||
priority of a thread over a *replenishment* period. Support for sporadic
|
||||
scheduling is enabled by the configuration option
|
||||
``CONFIG_SCHED_SPORADIC``.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue