forked from Imagelibrary/rtems
bsps/irq: Remove BSP_INTERRUPT_VECTOR_MIN
Remove BSP_INTERRUPT_VECTOR_MIN and unconditionally let interrupt vector numbers start with zero. The BSP_INTERRUPT_VECTOR_MIN == 0 invariant was tested by the previous commit and building all BSPs. Update #3269.
This commit is contained in:
@@ -114,7 +114,6 @@ extern "C" {
|
||||
#define ZYNQ_IRQ_FPGA_15 91
|
||||
#define ZYNQ_IRQ_PARITY 92
|
||||
|
||||
#define BSP_INTERRUPT_VECTOR_MIN 0
|
||||
#define BSP_INTERRUPT_VECTOR_MAX 92
|
||||
|
||||
/** @} */
|
||||
|
||||
Reference in New Issue
Block a user