summaryrefslogtreecommitdiffstats
path: root/bsps/include/bsp/irq-default.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-06-19 12:48:27 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-06-24 11:36:27 +0200
commit94cf67ca660c4a417b9c9485a4a2ed0d75208595 (patch)
tree59dcd41a4d2a3a25ae1738e98e51973751a04089 /bsps/include/bsp/irq-default.h
parentbsps/irq: Use BSP_INTERRUPT_VECTOR_COUNT (diff)
downloadrtems-94cf67ca660c4a417b9c9485a4a2ed0d75208595.tar.bz2
bsps/irq: Remove BSP_INTERRUPT_VECTOR_MAX
This define is no longer used. Update #3269.
Diffstat (limited to '')
-rw-r--r--bsps/include/bsp/irq-default.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/bsps/include/bsp/irq-default.h b/bsps/include/bsp/irq-default.h
index aedd80caf1..4521624b31 100644
--- a/bsps/include/bsp/irq-default.h
+++ b/bsps/include/bsp/irq-default.h
@@ -47,7 +47,6 @@ extern "C" {
/**
* @brief Default maximum interrupt vector.
*/
-#define BSP_INTERRUPT_VECTOR_MAX 0
#define BSP_INTERRUPT_VECTOR_COUNT 1
/** @} */