summaryrefslogtreecommitdiffstats
path: root/spec/rtems/timer/req/reset.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/timer/req/reset.yml')
-rw-r--r--spec/rtems/timer/req/reset.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/rtems/timer/req/reset.yml b/spec/rtems/timer/req/reset.yml
index 6dd514ac..cf66dbc5 100644
--- a/spec/rtems/timer/req/reset.yml
+++ b/spec/rtems/timer/req/reset.yml
@@ -521,7 +521,7 @@ test-support: |
return ticks_fired;
}
- RTEMS_INLINE_ROUTINE void TimerServiceRoutineA(
+ static void TimerServiceRoutineA(
rtems_id timer_id,
void *user_data
)
@@ -532,7 +532,7 @@ test-support: |
ctx->routine_user_data = user_data;
}
- RTEMS_INLINE_ROUTINE void TimerServiceRoutineB(
+ static void TimerServiceRoutineB(
rtems_id timer_id,
void *user_data
)