git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1212 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2008-11-12 19:17:21 +00:00
parent 0751e5dd75
commit 82508b9fa0
1 changed files with 1 additions and 1 deletions

View File

@ -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);