summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-12 19:17:21 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-12 19:17:21 +0000
commit605bc460d02638bb5321af77e80d169f8807176f (patch)
treefdcbc32bdd590e50311d75cc5e0aa24230a31ed2
parentcc495fe96b842d814057806e0660124c31821cb9 (diff)
downloadnuttx-605bc460d02638bb5321af77e80d169f8807176f.tar.gz
nuttx-605bc460d02638bb5321af77e80d169f8807176f.tar.bz2
nuttx-605bc460d02638bb5321af77e80d169f8807176f.zip
cosmetic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1212 42af7a65-404d-4744-a932-0658087f49c3
-rw-r--r--nuttx/arch/sh/src/sh1/sh1_timerisr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/sh/src/sh1/sh1_timerisr.c b/nuttx/arch/sh/src/sh1/sh1_timerisr.c
index 01113b390..f29c141eb 100644
--- a/nuttx/arch/sh/src/sh1/sh1_timerisr.c
+++ b/nuttx/arch/sh/src/sh1/sh1_timerisr.c
@@ -187,7 +187,7 @@ void up_timerinit(void)
irq_attach(SH1_SYSTIMER_IRQ, (xcpt_t)up_timerisr);
- /* Enabled interrupts from GRA compare match */
+ /* Enable interrupts on GRA compare match */
putreg8(SH1_ITUTIER_IMIEA, SH1_ITU0_TIER);