I'm good with the patch set.
On Sat, Jun 19, 2021 at 8:05 AM Sebastian Huber <sebastian.hu...@embedded-brains.de> wrote: > > Fix an off by one error. > > Update #3269. > --- > bsps/arm/atsam/include/bsp/irq.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/bsps/arm/atsam/include/bsp/irq.h > b/bsps/arm/atsam/include/bsp/irq.h > index fa3d56ab1e..e788570469 100644 > --- a/bsps/arm/atsam/include/bsp/irq.h > +++ b/bsps/arm/atsam/include/bsp/irq.h > @@ -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 */ > -- > 2.26.2 > > _______________________________________________ > devel mailing list > devel@rtems.org > http://lists.rtems.org/mailman/listinfo/devel _______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel