summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests/mp07/task1.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/mptests/mp07/task1.c')
-rw-r--r--testsuites/mptests/mp07/task1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/mptests/mp07/task1.c b/testsuites/mptests/mp07/task1.c
index 74c1331b22..7902996835 100644
--- a/testsuites/mptests/mp07/task1.c
+++ b/testsuites/mptests/mp07/task1.c
@@ -25,7 +25,7 @@
#define DOT_COUNT 100
-rtems_timer_service_routine Stop_Test_TSR(
+static rtems_timer_service_routine Stop_Test_TSR(
rtems_id ignored_id,
void *ignored_address
)