summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/include
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-03-16 00:53:32 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-03-16 00:53:32 +0000
commit4701309f2cc828598885175e7d61ffc8d4edf043 (patch)
tree7d7b258e313f38ff8233141a811f46ba9c079869 /nuttx/arch/arm/include
parentaff5322d8d9bf10f227507321dcc76c6b6ec9055 (diff)
downloadpx4-nuttx-4701309f2cc828598885175e7d61ffc8d4edf043.tar.gz
px4-nuttx-4701309f2cc828598885175e7d61ffc8d4edf043.tar.bz2
px4-nuttx-4701309f2cc828598885175e7d61ffc8d4edf043.zip
Bugfixes submitted by David Hewson
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2543 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/arm/include')
-rwxr-xr-xnuttx/arch/arm/include/lpc313x/irq.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/arch/arm/include/lpc313x/irq.h b/nuttx/arch/arm/include/lpc313x/irq.h
index c2945ba25..d3879e1d2 100755
--- a/nuttx/arch/arm/include/lpc313x/irq.h
+++ b/nuttx/arch/arm/include/lpc313x/irq.h
@@ -1,7 +1,7 @@
/****************************************************************************
* arch/arm/include/lpc313x/irq.h
*
- * Copyright (C) 2009 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2009-2010 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -59,7 +59,7 @@
#define LPC313X_IRQ_TMR1 5 /* IRQ6: Timer 1 Interrupt */
#define LPC313X_IRQ_TMR2 6 /* IRQ7: Timer 2 Interrupt */
#define LPC313X_IRQ_TMR3 7 /* IRQ8: Timer 3 Interrupt */
-#define LPC313X_IRQ_TMR3 8 /* IRQ9: ADC 10-bit */
+#define LPC313X_IRQ_ADC 8 /* IRQ9: ADC 10-bit */
#define LPC313X_IRQ_UART 9 /* IRQ10: UART */
#define LPC313X_IRQ_I2C0 10 /* IRQ11: I2C0 */
#define LPC313X_IRQ_I2C1 11 /* IRQ12: I2C1 */