[rtems commit] doc/user: Fix scheduler configuration
    Sebastian Huber 
    sebh at rtems.org
       
    Wed Nov  7 16:05:05 UTC 2012
    
    
  
Module:    rtems
Branch:    master
Commit:    15aaea97698576ad2e4490c802ab642a3aabfc9f
Changeset: http://git.rtems.org/rtems/commit/?id=15aaea97698576ad2e4490c802ab642a3aabfc9f
Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Nov  7 17:09:01 2012 +0100
doc/user: Fix scheduler configuration
---
 doc/user/conf.t |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/doc/user/conf.t b/doc/user/conf.t
index 0255629..fb0c45c 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
- at item @code{CONFIGURE_SCHEDULER_USER_ENTRY_POINTS} must be defined with the set of methods which implement this scheduler.  
+ at 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.
    
    
More information about the vc
mailing list