From e32eaec34a0fcc64a95659ed7635af38a4e994b9 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 17 Apr 2013 20:27:43 -0600 Subject: [PATCH] Fix typo in the STM32 F IRQ file -- from Paul Zhang --- arch/arm/include/stm32/stm32f40xxx_irq.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/include/stm32/stm32f40xxx_irq.h b/arch/arm/include/stm32/stm32f40xxx_irq.h index 524568778b..2f17463fb6 100644 --- a/arch/arm/include/stm32/stm32f40xxx_irq.h +++ b/arch/arm/include/stm32/stm32f40xxx_irq.h @@ -154,7 +154,7 @@ #define STM32_IRQ_FPU (STM32_IRQ_INTERRUPTS+81) /* 81: FPU global interrupt */ #ifndef CONFIG_STM32_STM32F427 -# define NR_IRQS (STM32_IRQ_INTERRUPTS+87) +# define NR_IRQS (STM32_IRQ_INTERRUPTS+82) #else # define STM32_IRQ_UART7 (STM32_IRQ_INTERRUPTS+82) /* 82: UART7 interrupt */ # define STM32_IRQ_UART8 (STM32_IRQ_INTERRUPTS+83) /* 83: UART8 interrupt */