bsp/atsam: Fix BSP_INTERRUPT_VECTOR_COUNT

Fix an off by one error.

Update #3269.
This commit is contained in:
Sebastian Huber
2021-06-24 11:36:27 +02:00
parent fdf2ee773a
commit 6b7a38589a
+1 -1
View File
@@ -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 */