arch/arm/include/tiva/tm4c_irq.h: Fix a typo introduced in recent changes. Found in build testing.

This commit is contained in:
Gregory Nutt 2018-12-06 08:42:24 -06:00
parent 44b57a2932
commit 619998e32d

View File

@ -761,7 +761,7 @@
# define TIVA_IRQ_GPIOF_7 (_NGPIOFIRQS + 7) # define TIVA_IRQ_GPIOF_7 (_NGPIOFIRQS + 7)
# define _NGPIONIRQS (_NGPIOFIRQS + 8) # define _NGPIONIRQS (_NGPIOFIRQS + 8)
#else #else
# define _NGPIONIRQS _NGPIOMIRQS # define _NGPIONIRQS _NGPIOFIRQS
#endif #endif
#if defined(CONFIG_TIVA_GPIOP_IRQS) #if defined(CONFIG_TIVA_GPIOP_IRQS)
@ -792,7 +792,7 @@
# define _NGPIOQIRQS _NGPIOPIRQS # define _NGPIOQIRQS _NGPIOPIRQS
#endif #endif
#define NR_GPIO_IRQS (_NGPIOTIRQS - NR_IRQS) #define NR_GPIO_IRQS (_NGPIOQIRQS - NR_IRQS)
/************************************************************************************ /************************************************************************************
* Public Types * Public Types