summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/mvme147/timer/timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/m68k/mvme147/timer/timer.c')
-rw-r--r--c/src/lib/libbsp/m68k/mvme147/timer/timer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/m68k/mvme147/timer/timer.c b/c/src/lib/libbsp/m68k/mvme147/timer/timer.c
index b533b5a8ba..857c391c78 100644
--- a/c/src/lib/libbsp/m68k/mvme147/timer/timer.c
+++ b/c/src/lib/libbsp/m68k/mvme147/timer/timer.c
@@ -46,9 +46,9 @@ void Timer_initialize()
/* write countdown preload value */
pcc->timer1_control = 0x00; /* load preload value */
pcc->timer1_control = 0x07; /* clear T1 overflow counter, enable counter */
- pcc->timer1_int_control = TIMER_INT_LEVEL|0x08;
+ pcc->timer1_int_control = TIMER_INT_LEVEL|0x08;
/* Enable Timer 1 and set its int. level */
-
+
}
#define AVG_OVERHEAD 0 /* No need to start/stop the timer to read