mirror of
https://github.com/apache/nuttx.git
synced 2026-08-10 15:05:07 +00:00
Fix typo in the STM32 F IRQ file -- from Paul Zhang
This commit is contained in:
parent
4f91bbbc4c
commit
e32eaec34a
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue