summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/rtemstimer.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/rtems/src/rtemstimer.c')
-rw-r--r--cpukit/rtems/src/rtemstimer.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpukit/rtems/src/rtemstimer.c b/cpukit/rtems/src/rtemstimer.c
index 0feafb6708..967e8ba5ce 100644
--- a/cpukit/rtems/src/rtemstimer.c
+++ b/cpukit/rtems/src/rtemstimer.c
@@ -226,8 +226,8 @@ rtems_status_code rtems_timer_fire_after(
void *user_data
)
{
- Timer_Control *the_timer;
- Objects_Locations location;
+ Timer_Control *the_timer;
+ Objects_Locations location;
if ( ticks == 0 )
return RTEMS_INVALID_NUMBER;
@@ -326,8 +326,8 @@ rtems_status_code rtems_timer_reset(
Objects_Id id
)
{
- Timer_Control *the_timer;
- Objects_Locations location;
+ Timer_Control *the_timer;
+ Objects_Locations location;
the_timer = _Timer_Get( id, &location );
switch ( location ) {