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/include/bsp/irq-info.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bsps/include/bsp/irq-info.h') diff --git a/bsps/include/bsp/irq-info.h b/bsps/include/bsp/irq-info.h index 25f05a9f69..c00f5c5daf 100644 --- a/bsps/include/bsp/irq-info.h +++ b/bsps/include/bsp/irq-info.h @@ -3,7 +3,7 @@ /** * @file * - * @ingroup bsp_interrupt + * @ingroup RTEMSImplClassicIntr * * @brief This header file provides interfaces of the generic interrupt * controller support for the RTEMS Shell. -- cgit v1.2.3