comments
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2496 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
f6e010dc6e
commit
8f734aa4d4
@ -105,7 +105,7 @@
|
||||
|
||||
/* External interrupts (vectors >= 16) */
|
||||
|
||||
#define SAM3U_IRQ_EXTINT (16)
|
||||
#define SAM3U_IRQ_EXTINT (16) /* Vector number of the first external interrupt */
|
||||
#define SAM3U_IRQ_SUPC (SAM3U_IRQ_EXTINT+SAM3U_PID_SUPC) /* Supply Controller */
|
||||
#define SAM3U_IRQ_RSTC (SAM3U_IRQ_EXTINT+SAM3U_PID_RSTC) /* Reset Controller */
|
||||
#define SAM3U_IRQ_RTC (SAM3U_IRQ_EXTINT+SAM3U_PID_RTC) /* Real Time Clock */
|
||||
|
Loading…
Reference in New Issue
Block a user