summaryrefslogtreecommitdiffstats
path: root/rtems-test-template/tmtest/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'rtems-test-template/tmtest/init.c')
-rw-r--r--rtems-test-template/tmtest/init.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/rtems-test-template/tmtest/init.c b/rtems-test-template/tmtest/init.c
index 7b71494..62ab244 100644
--- a/rtems-test-template/tmtest/init.c
+++ b/rtems-test-template/tmtest/init.c
@@ -17,10 +17,7 @@
#include <timesys.h>
#include "test_support.h"
-/* forward declarations to avoid warnings */
-rtems_task Init(rtems_task_argument argument);
-
-rtems_task Init(
+static rtems_task Init(
rtems_task_argument argument
)
{
@@ -35,7 +32,7 @@ rtems_task Init(
/* configuration information */
-#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
+#define CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_TIMER_DRIVER
#define CONFIGURE_MAXIMUM_TASKS 1