summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/rtems/asrdata.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-09-30 08:33:25 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-10-06 08:37:50 +0200
commit5a6f94da45f7731c58c790b54491ad6e56feaee1 (patch)
tree4cb7447ac8656cae0cb830d49ec25ed0dd12cfed /cpukit/include/rtems/rtems/asrdata.h
parentscore: Add Hash Handler to group (diff)
downloadrtems-5a6f94da45f7731c58c790b54491ad6e56feaee1.tar.bz2
rtems: Add ASR implementation to existing group
Update #3706.
Diffstat (limited to '')
-rw-r--r--cpukit/include/rtems/rtems/asrdata.h4
1 files 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
*
* @{
*/