summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/mvme167/timer/timer.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-13 19:14:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-13 19:14:14 +0000
commitb1c98115f6fb90d59a2a10481dea5f6bbfcf76af (patch)
tree64d42dea8dc7ef5ac5b0761a97891483cec61049 /c/src/lib/libbsp/m68k/mvme167/timer/timer.c
parent2009-08-12 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-b1c98115f6fb90d59a2a10481dea5f6bbfcf76af.tar.bz2
2009-08-13 Joel Sherrill <joel.sherrill@OARcorp.com>
* console/console.c, timer/timer.c: Fix warnings and typos.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/m68k/mvme167/timer/timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/m68k/mvme167/timer/timer.c b/c/src/lib/libbsp/m68k/mvme167/timer/timer.c
index bdf6fa53d0..79e0fd4eb2 100644
--- a/c/src/lib/libbsp/m68k/mvme167/timer/timer.c
+++ b/c/src/lib/libbsp/m68k/mvme167/timer/timer.c
@@ -48,7 +48,7 @@ uint32_t Ttimer_val;
*/
bool benchmark_timer_find_average_overhead;
-rtems_isr timerisr(void);
+rtems_isr_entry timerisr(void);
/*
* This routine initializes the Tick Timer 1 on the MVME167 board.