forked from Imagelibrary/rtems
testsuites/sptests/sp54/init.c: Add cast to avoid warning
This commit is contained in:
@@ -68,7 +68,7 @@ rtems_task Init(
|
|||||||
* In this application, the initialization task performs the system
|
* In this application, the initialization task performs the system
|
||||||
* initialization and then transforms itself into the idle task.
|
* initialization and then transforms itself into the idle task.
|
||||||
*/
|
*/
|
||||||
#define CONFIGURE_IDLE_TASK_BODY Init
|
#define CONFIGURE_IDLE_TASK_BODY (Thread_Entry_numeric) Init
|
||||||
#define CONFIGURE_IDLE_TASK_INITIALIZES_APPLICATION
|
#define CONFIGURE_IDLE_TASK_INITIALIZES_APPLICATION
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user