From 94cf67ca660c4a417b9c9485a4a2ed0d75208595 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Sat, 19 Jun 2021 12:48:27 +0200 Subject: bsps/irq: Remove BSP_INTERRUPT_VECTOR_MAX This define is no longer used. Update #3269. --- bsps/arm/imxrt/include/bsp/irq.h | 1 - 1 file changed, 1 deletion(-) (limited to 'bsps/arm/imxrt/include/bsp/irq.h') diff --git a/bsps/arm/imxrt/include/bsp/irq.h b/bsps/arm/imxrt/include/bsp/irq.h index 0732136570..6fcd055f03 100644 --- a/bsps/arm/imxrt/include/bsp/irq.h +++ b/bsps/arm/imxrt/include/bsp/irq.h @@ -43,7 +43,6 @@ extern "C" { #endif /* __cplusplus */ -#define BSP_INTERRUPT_VECTOR_MAX 159 #define BSP_INTERRUPT_VECTOR_COUNT 160 #define BSP_INTERRUPT_VECTOR_INVALID (UINT32_MAX) -- cgit v1.2.3