summaryrefslogtreecommitdiff
path: root/nuttx/sched/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-04-25 15:52:00 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-04-25 15:52:00 -0600
commit561c54964b2c99b1709fa79ee98aea31e7d7d449 (patch)
treec6f4c2610a9850b76b54b9716d3c51bdf4af3e56 /nuttx/sched/Kconfig
parent1ffc15c3233c8d61953fc2ebc80b5d3c46fc429f (diff)
downloadpx4-nuttx-561c54964b2c99b1709fa79ee98aea31e7d7d449.tar.gz
px4-nuttx-561c54964b2c99b1709fa79ee98aea31e7d7d449.tar.bz2
px4-nuttx-561c54964b2c99b1709fa79ee98aea31e7d7d449.zip
Various Kconfig files still have references to CONFIG_ variables. Some in harmless comments, some in config definionts which is not harmless. All removed
Diffstat (limited to 'nuttx/sched/Kconfig')
-rw-r--r--nuttx/sched/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/sched/Kconfig b/nuttx/sched/Kconfig
index e461b704b..1fb0ecf6f 100644
--- a/nuttx/sched/Kconfig
+++ b/nuttx/sched/Kconfig
@@ -130,7 +130,7 @@ config PREALLOC_CHILDSTATUS
setting is not defined or if it is defined to be zero then a value
of 2*MAX_TASKS is used.
- Note that there cannot be more that CONFIG_MAX_TASKS tasks in total.
+ Note that there cannot be more that MAX_TASKS tasks in total.
However, the number of child status structures may need to be
significantly larger because this number includes the maximum number
of tasks that are running PLUS the number of tasks that have exit'ed