From 5a6f94da45f7731c58c790b54491ad6e56feaee1 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 30 Sep 2021 08:33:25 +0200 Subject: rtems: Add ASR implementation to existing group Update #3706. --- cpukit/include/rtems/rtems/asrdata.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpukit/include/rtems/rtems/asrdata.h b/cpukit/include/rtems/rtems/asrdata.h index 3f44d3b030..924e616a9a 100644 --- a/cpukit/include/rtems/rtems/asrdata.h +++ b/cpukit/include/rtems/rtems/asrdata.h @@ -1,7 +1,7 @@ /** * @file * - * @ingroup RTEMSImplClassicASR + * @ingroup RTEMSImplClassicSignal * * @brief This header file provides data structures used by the implementation * and the @ref RTEMSImplApplConfig to ultimately define @@ -26,7 +26,7 @@ extern "C" { #endif /** - * @addtogroup RTEMSImplClassicASR + * @addtogroup RTEMSImplClassicSignal * * @{ */ -- cgit v1.2.3