From d36070fec8758a745a0b33f1ffa9f8192fceec51 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 23 Jan 2023 15:48:48 +0100 Subject: intr: Add Interrupt Manager implementation group The shared BSP interrupt controller support code actually implements parts of the Interrupt Manager. Update #3706. --- bsps/arm/lpc24xx/include/bsp/irq.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bsps/arm/lpc24xx/include') diff --git a/bsps/arm/lpc24xx/include/bsp/irq.h b/bsps/arm/lpc24xx/include/bsp/irq.h index 524a7f1f51..ff1135e48c 100644 --- a/bsps/arm/lpc24xx/include/bsp/irq.h +++ b/bsps/arm/lpc24xx/include/bsp/irq.h @@ -3,7 +3,7 @@ /** * @file * - * @ingroup bsp_interrupt + * @ingroup RTEMSImplClassicIntr * * @brief LPC24XX interrupt definitions. */ @@ -43,7 +43,7 @@ #endif /** - * @addtogroup bsp_interrupt + * @addtogroup RTEMSImplClassicIntr * * @{ */ -- cgit v1.2.3