summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-11-17 20:09:46 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-11-19 08:44:24 +0100
commit73471c234d6168efa832224ce5078f187944769d (patch)
tree854ecbcae04fce077d0290e4ab5882a177b4ee21
parent01602e32e09ddd502fa25a894ee1966190e357ea (diff)
testsuites/validation/ts-fatal-sysinit.h
-rw-r--r--testsuites/validation/ts-fatal-sysinit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/validation/ts-fatal-sysinit.h b/testsuites/validation/ts-fatal-sysinit.h
index 115142b1bf..33a5232813 100644
--- a/testsuites/validation/ts-fatal-sysinit.h
+++ b/testsuites/validation/ts-fatal-sysinit.h
@@ -129,7 +129,7 @@ RTEMS_SYSINIT_ITEM(
#if !defined(CONFIGURE_RTEMS_INIT_TASKS_TABLE)
#define CONFIGURE_IDLE_TASK_INITIALIZES_APPLICATION
-static void *IdleBody( uintptr_t ignored )
+void *IdleBody( uintptr_t ignored )
{
(void) ignored;