2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>

* sapi/include/rtems/config.h: Correct idle task prototype.
This commit is contained in:
Joel Sherrill
2007-12-11 21:29:58 +00:00
parent cf240382a4
commit c748231a9b
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
* sapi/include/rtems/config.h: Correct idle task prototype.
2007-12-11 Joel Sherrill <joel.sherrill@oarcorp.com>
* libmisc/Makefile.am, libmisc/shell/cmd_help.c, libmisc/shell/cmds.c,

View File

@@ -113,7 +113,7 @@ typedef struct {
/** This element points to the BSP's optional idle task which may override
* the default one provided with RTEMS.
*/
void (*idle_task)( uint32_t );
Thread (*idle_task)( uint32_t );
/** This field specifies the size of the IDLE task's stack. If less than or
* equal to the minimum stack size, then the IDLE task will have the minimum