summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/mvme167/timer/timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/m68k/mvme167/timer/timer.c')
-rw-r--r--c/src/lib/libbsp/m68k/mvme167/timer/timer.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/c/src/lib/libbsp/m68k/mvme167/timer/timer.c b/c/src/lib/libbsp/m68k/mvme167/timer/timer.c
index 2d78f91685..0dc5343352 100644
--- a/c/src/lib/libbsp/m68k/mvme167/timer/timer.c
+++ b/c/src/lib/libbsp/m68k/mvme167/timer/timer.c
@@ -92,7 +92,6 @@ void Timer_initialize()
/* (3 countdowns) to start/stop the timer. */
#define LEAST_VALID 3UL /* Don't trust a value lower than this */
-
/*
* This routine reads the Tick Timer 1 on the MVME167 board.
*
@@ -121,7 +120,6 @@ int Read_timer()
return total - AVG_OVERHEAD;
}
-
/*
* Empty function call used in loops to measure basic cost of looping
* in Timing Test Suite.
@@ -135,7 +133,6 @@ rtems_status_code Empty_function( void )
return RTEMS_SUCCESSFUL;
}
-
/*
* This routine sets the Timer_driver_Find_average_overhead flag in this
* module.