summaryrefslogtreecommitdiffstats
path: root/doc/user/conf.t
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2012-11-07 17:09:01 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2012-11-07 17:09:01 +0100
commit15aaea97698576ad2e4490c802ab642a3aabfc9f (patch)
tree13b24b68502694fee3bc1de7983b456056d5092d /doc/user/conf.t
parentsapi: Make initial user extensions table read-only (diff)
downloadrtems-15aaea97698576ad2e4490c802ab642a3aabfc9f.tar.bz2
doc/user: Fix scheduler configuration
Diffstat (limited to 'doc/user/conf.t')
-rw-r--r--doc/user/conf.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/conf.t b/doc/user/conf.t
index 0255629fa3..fb0c45c138 100644
--- a/doc/user/conf.t
+++ b/doc/user/conf.t
@@ -469,7 +469,7 @@ The pluggable scheduler interface enables the user to provide their own scheduli
First, you must define @code{CONFIGURE_SCHEDULER_USER} to indicate the application provides its own scheduling algorithm. If @code{CONFIGURE_SCHEDULER_USER} is defined then the following additional macros must be defined:
@itemize @bullet
-@item @code{CONFIGURE_SCHEDULER_USER_ENTRY_POINTS} must be defined with the set of methods which implement this scheduler.
+@item @code{CONFIGURE_SCHEDULER_ENTRY_POINTS} must be defined with the set of methods which implement this scheduler.
@item @code{CONFIGURE_MEMORY_FOR_SCHEDULER} must be defined with the
amount of memory required as a base amount for the scheduler.