From 81926a11f2eaa067d3caa5e5456f997fafaea9e8 Mon Sep 17 00:00:00 2001 From: "W. Eric Norum" Date: Wed, 20 Jun 2007 13:45:27 +0000 Subject: [PATCH] Avoid conflict with test harness. --- src/RTEMS/base/rtems_config.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/RTEMS/base/rtems_config.c b/src/RTEMS/base/rtems_config.c index 9825c38cf..d1ced573e 100644 --- a/src/RTEMS/base/rtems_config.c +++ b/src/RTEMS/base/rtems_config.c @@ -45,7 +45,8 @@ RTEMS_INTERRUPT_LEVEL(0)) #define CONFIGURE_INIT_TASK_ATTRIBUTES (RTEMS_FLOATING_POINT | RTEMS_LOCAL) #define CONFIGURE_INIT_TASK_STACK_SIZE (16*1024) -rtems_task Init (rtems_task_argument argument); +CONFIGURE_INIT_TASK_ENTRY_POINT rtemsInit +rtems_task rtemsInit (rtems_task_argument argument); #define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER #define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER