[PATCH v2 12/12] bsp/atsam: Fix BSP_INTERRUPT_VECTOR_COUNT

Gedare Bloom gedare at rtems.org
Wed Jun 23 16:10:10 UTC 2021


I'm good with the patch set.

On Sat, Jun 19, 2021 at 8:05 AM Sebastian Huber
<sebastian.huber at 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 at rtems.org
> http://lists.rtems.org/mailman/listinfo/devel


More information about the devel mailing list