[rtems commit] rtems: Add ASR implementation to existing group

Sebastian Huber sebh at rtems.org
Wed Oct 6 06:41:11 UTC 2021


Module:    rtems
Branch:    master
Commit:    5a6f94da45f7731c58c790b54491ad6e56feaee1
Changeset: http://git.rtems.org/rtems/commit/?id=5a6f94da45f7731c58c790b54491ad6e56feaee1

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Sep 30 08:33:25 2021 +0200

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 3f44d3b..924e616 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
  *
  * @{
  */



More information about the vc mailing list