summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests/mp05/task1.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/mptests/mp05/task1.c')
-rw-r--r--testsuites/mptests/mp05/task1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/mptests/mp05/task1.c b/testsuites/mptests/mp05/task1.c
index 9c82ac30c7..171e9a2d21 100644
--- a/testsuites/mptests/mp05/task1.c
+++ b/testsuites/mptests/mp05/task1.c
@@ -27,7 +27,7 @@
#define SIGNALS_PER_DOT 15
-rtems_timer_service_routine Stop_Test_TSR(
+static rtems_timer_service_routine Stop_Test_TSR(
rtems_id ignored_id,
void *ignored_address
)