From 41db326ad35f69b49dfc8dbea69c794cb31f40e2 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 12 Jun 2014 16:33:04 -0600 Subject: SAMA5D4: Initial XDMAC driver logic; initial check-in is little more the the DMAC driver with some name changes --- nuttx/arch/arm/include/sama5/sama5d4_irq.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nuttx/arch/arm/include/sama5') diff --git a/nuttx/arch/arm/include/sama5/sama5d4_irq.h b/nuttx/arch/arm/include/sama5/sama5d4_irq.h index b75d5f93a..a35758ca1 100755 --- a/nuttx/arch/arm/include/sama5/sama5d4_irq.h +++ b/nuttx/arch/arm/include/sama5/sama5d4_irq.h @@ -119,7 +119,7 @@ /* 60 Undefined */ #define SAM_PID_SMD (61) /* SMD Soft Modem */ #define SAM_PID_TWI3 (62) /* Two-Wire Interface 3 */ -#define SAM_PID_CATB (63) /* Watchdog timer Interrupt */ +#define SAM_PID_CATB (63) /* Capacitive Touch Module */ #define SAM_PID_SFR (64) /* Special Function Register */ #define SAM_PID_AIC (65) /* Advanced Interrupt Controller */ #define SAM_PID_SAIC (66) /* Secured Advanced Interrupt Controller */ @@ -192,7 +192,7 @@ #define SAM_IRQ_SMD SAM_PID_SMD /* SMD Soft Modem */ #define SAM_IRQ_TWI3 SAM_PID_TWI3 /* Two-Wire Interface 3 */ -#define SAM_IRQ_CATB SAM_PID_CATB /* Watchdog timer Interrupt */ +#define SAM_IRQ_CATB SAM_PID_CATB /* Capacitive Touch Module */ #define SAM_IRQ_SFR SAM_PID_SFR /* Special Function Register */ #define SAM_IRQ_AIC SAM_PID_AIC /* Advanced Interrupt Controller */ #define SAM_IRQ_SAIC SAM_PID_SAIC /* Secured Advanced Interrupt Controller */ -- cgit v1.2.3