bsps/irq: Remove BSP_INTERRUPT_VECTOR_MAX

This define is no longer used.

Update #3269.
This commit is contained in:
Sebastian Huber
2021-06-19 12:48:27 +02:00
parent 3fee662093
commit 94cf67ca66
55 changed files with 0 additions and 65 deletions

View File

@@ -33,7 +33,6 @@
* @brief Interrupt support.
*/
#define BCM2835_INTC_TOTAL_IRQ 64 + 8
#define BCM2835_INTC_TOTAL_IRQ (64 + 8)
#define BCM2835_IRQ_SET1_MIN 0
@@ -70,7 +69,6 @@
#define BCM2835_IRQ_ID_ILL_ACCESS_1 70
#define BCM2835_IRQ_ID_ILL_ACCESS_0 71
#define BSP_INTERRUPT_VECTOR_MAX (BCM2835_INTC_TOTAL_IRQ - 1)
#define BSP_INTERRUPT_VECTOR_COUNT BCM2835_INTC_TOTAL_IRQ
#define BSP_INTERRUPT_VECTOR_INVALID (UINT32_MAX)