summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/no_cpu/no_bsp/timer/timerisr.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-31 16:02:11 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-31 16:02:11 +0000
commite6778bc86006bbc7cad66eeff1e526898cd30380 (patch)
tree517b0df94437fc8ae331ea381c41af2bebcfdd67 /c/src/lib/libbsp/no_cpu/no_bsp/timer/timerisr.c
parent2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-e6778bc86006bbc7cad66eeff1e526898cd30380.tar.bz2
2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
* timer/timer.c, timer/timerisr.c: Rename timer driver methods to follow RTEMS programming conventions.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/no_cpu/no_bsp/timer/timerisr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/timer/timerisr.c b/c/src/lib/libbsp/no_cpu/no_bsp/timer/timerisr.c
index 7cbd49a050..ac8e54b06f 100644
--- a/c/src/lib/libbsp/no_cpu/no_bsp/timer/timerisr.c
+++ b/c/src/lib/libbsp/no_cpu/no_bsp/timer/timerisr.c
@@ -2,7 +2,7 @@
*
* If required this ISR is used to bump a count of interval "overflow"
* interrupts which have occurred since the timer was started. The
- * number of overflows is taken into account in the Read_timer()
+ * number of overflows is taken into account in the benchmark_timerread()
* routine if necessary.
*
* To reduce overhead this is best to be the "rawest" hardware interupt