summaryrefslogtreecommitdiff
path: root/nuttx/arch/sh/include/sh1/irq.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-09 15:06:34 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-09 15:06:34 +0000
commit178b76fc31ef415864e57c75ac991e6c2df3746c (patch)
tree56f3fc992b2192f7aba21f3fd6754eb8103adbfd /nuttx/arch/sh/include/sh1/irq.h
parente37724041718e6b0ea5828af36c690299dd1b142 (diff)
downloadpx4-nuttx-178b76fc31ef415864e57c75ac991e6c2df3746c.tar.gz
px4-nuttx-178b76fc31ef415864e57c75ac991e6c2df3746c.tar.bz2
px4-nuttx-178b76fc31ef415864e57c75ac991e6c2df3746c.zip
Add SH-1 system timer setup
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1175 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/sh/include/sh1/irq.h')
-rw-r--r--nuttx/arch/sh/include/sh1/irq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/sh/include/sh1/irq.h b/nuttx/arch/sh/include/sh1/irq.h
index 60ee11160..407661b7f 100644
--- a/nuttx/arch/sh/include/sh1/irq.h
+++ b/nuttx/arch/sh/include/sh1/irq.h
@@ -190,7 +190,7 @@
#define SH1_WDTITI_IRQ (SH1_LASTSCI_IRQ+3) /* WDT ITI */
#define SH1_CMI_IRQ (SH1_LASTSCI_IRQ+4) /* REF CMI */
-#define STR71X_IRQ_SYSTIMER STR71X_IRQ_T0TIMI
+#define SH1_SYSTIMER_IRQ SH1_IMIA0_IRQ
#define NR_IRQS (SH1_CMI_IRQ+1)
#endif