mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 01:58:44 +08:00
bsp/atsam: Fix BSP_INTERRUPT_VECTOR_COUNT
Fix an off by one error. Update #3269.
This commit is contained in:
@@ -23,6 +23,6 @@
|
||||
#include <rtems/irq-extension.h>
|
||||
#endif
|
||||
|
||||
#define BSP_INTERRUPT_VECTOR_COUNT 65
|
||||
#define BSP_INTERRUPT_VECTOR_COUNT 64
|
||||
|
||||
#endif /* LIBBSP_ARM_ATSAM_ESV_70_IRQ_H */
|
||||
|
||||
Reference in New Issue
Block a user