forked from Imagelibrary/rtems
2003-09-08 Derick Hammond <derick@perkinstechnologies.com.au>
PR 484/rtems * src/threadcreateidle.c: Idle task name was initialized incorrectly.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2003-09-08 Derick Hammond <derick@perkinstechnologies.com.au>
|
||||
|
||||
PR 484/rtems
|
||||
* src/threadcreateidle.c: Idle task name was initialized incorrectly.
|
||||
|
||||
2003-09-08 Mikec Ivica <mikici@acm.org>
|
||||
|
||||
* inline/rtems/score/userext.inl, macros/rtems/score/userext.inl:
|
||||
|
||||
@@ -31,7 +31,8 @@
|
||||
* _Thread_Create_idle
|
||||
*/
|
||||
|
||||
char *_Thread_Idle_name = "IDLE";
|
||||
/* 'I','D','L','E' */
|
||||
const Objects_Name _Thread_Idle_name = (Objects_Name) 0x49444C45;
|
||||
|
||||
void _Thread_Create_idle( void )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user