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

@@ -26,7 +26,6 @@
extern "C" {
#endif /* __cplusplus */
#define BSP_INTERRUPT_VECTOR_MAX 159
#define BSP_INTERRUPT_VECTOR_COUNT 160
#define BSP_INTERRUPT_VECTOR_INVALID (UINT32_MAX)