From 03db209bd059f62b68f642476dee0abd37fc402b Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 12 Jan 2015 10:14:48 -0600 Subject: Tiva Interrupts: Changes corresponding to the last needed in the Tiva Kconfig file as well --- nuttx/arch/arm/include/tiva/irq.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nuttx/arch/arm/include/tiva') diff --git a/nuttx/arch/arm/include/tiva/irq.h b/nuttx/arch/arm/include/tiva/irq.h index 7606f7abb..5c7b5fa70 100644 --- a/nuttx/arch/arm/include/tiva/irq.h +++ b/nuttx/arch/arm/include/tiva/irq.h @@ -64,7 +64,7 @@ # undef CONFIG_TIVA_GPIOP_IRQS /* P-Q */ # undef CONFIG_TIVA_GPIOQ_IRQS -/* The TM4C123GH6PGE supports interrupts on port P */ +/* The TM4C123GH6PGE supports interrupts only on port P */ # elif defined(CONFIG_ARCH_CHIP_TM4C123GH6PGE) # undef CONFIG_TIVA_GPIOA_IRQS /* A-F */ @@ -76,7 +76,7 @@ # undef CONFIG_TIVA_GPIOQ_IRQS /* Q */ -/* The TM4C123GH6ZRB and the TM4C129x support interrupts only on ports P and Q. */ +/* The TM4C123GH6ZRB and the TM4C129x support interrupts only on ports P and Q. */ # else # undef CONFIG_TIVA_GPIOA_IRQS /* A-F */ -- cgit v1.2.3