arch/arm/include/tiva/tm4c_irq.h: Fix a typo introduced in recent changes. Found in build testing.
This commit is contained in:
parent
44b57a2932
commit
619998e32d
@ -761,7 +761,7 @@
|
||||
# define TIVA_IRQ_GPIOF_7 (_NGPIOFIRQS + 7)
|
||||
# define _NGPIONIRQS (_NGPIOFIRQS + 8)
|
||||
#else
|
||||
# define _NGPIONIRQS _NGPIOMIRQS
|
||||
# define _NGPIONIRQS _NGPIOFIRQS
|
||||
#endif
|
||||
|
||||
#if defined(CONFIG_TIVA_GPIOP_IRQS)
|
||||
@ -792,7 +792,7 @@
|
||||
# define _NGPIOQIRQS _NGPIOPIRQS
|
||||
#endif
|
||||
|
||||
#define NR_GPIO_IRQS (_NGPIOTIRQS - NR_IRQS)
|
||||
#define NR_GPIO_IRQS (_NGPIOQIRQS - NR_IRQS)
|
||||
|
||||
/************************************************************************************
|
||||
* Public Types
|
||||
|
Loading…
Reference in New Issue
Block a user