summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/idp/timer/timer.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-04-28 19:33:32 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-04-28 19:33:32 +0000
commit8ccd1b09d7bdeaf6c91f52e2bbaf6d38b73d0bd6 (patch)
treec5d9f293562a31ddc0c5b17f4828de7f8c70b421 /c/src/lib/libbsp/m68k/idp/timer/timer.c
parent2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com> (diff)
downloadrtems-8ccd1b09d7bdeaf6c91f52e2bbaf6d38b73d0bd6.tar.bz2
2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
* console/leds.c, timer/timer.c: Remove warnings.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/m68k/idp/timer/timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/m68k/idp/timer/timer.c b/c/src/lib/libbsp/m68k/idp/timer/timer.c
index 49f30cb317..e94e16ed52 100644
--- a/c/src/lib/libbsp/m68k/idp/timer/timer.c
+++ b/c/src/lib/libbsp/m68k/idp/timer/timer.c
@@ -20,7 +20,7 @@
int Ttimer_val;
bool benchmark_timer_find_average_overhead;
-rtems_isr timerisr(void);
+rtems_isr_entry timerisr(void);
void benchmark_timer_initialize(void)
{