mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
comments
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2496 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user