summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2015-03-22 09:43:23 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2015-03-24 08:17:02 -0500
commitdd23125a88f9e2bbd848e8d630fcdfa143c77402 (patch)
tree0ae5a71e5fb285e53ee9f52b68f4d18bc41fab33
parentsamples/minimum/init.c: Add cast to avoid warning (diff)
downloadrtems-dd23125a88f9e2bbd848e8d630fcdfa143c77402.tar.bz2
testsuites/sptests/sp54/init.c: Add cast to avoid warning
-rw-r--r--testsuites/sptests/sp54/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/sptests/sp54/init.c b/testsuites/sptests/sp54/init.c
index 560c8b4863..97dffa239f 100644
--- a/testsuites/sptests/sp54/init.c
+++ b/testsuites/sptests/sp54/init.c
@@ -68,7 +68,7 @@ rtems_task Init(
* In this application, the initialization task performs the system
* 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
/*