forked from Imagelibrary/rtems
2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
* sapi/include/rtems/config.h: Correct idle task prototype.
This commit is contained in:
@@ -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>
|
2007-12-11 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
* libmisc/Makefile.am, libmisc/shell/cmd_help.c, libmisc/shell/cmds.c,
|
* libmisc/Makefile.am, libmisc/shell/cmd_help.c, libmisc/shell/cmds.c,
|
||||||
|
|||||||
@@ -113,7 +113,7 @@ typedef struct {
|
|||||||
/** This element points to the BSP's optional idle task which may override
|
/** This element points to the BSP's optional idle task which may override
|
||||||
* the default one provided with RTEMS.
|
* 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
|
/** 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
|
* equal to the minimum stack size, then the IDLE task will have the minimum
|
||||||
|
|||||||
Reference in New Issue
Block a user