[PATCH 4/6] rtems: Add ASR implementation to existing group
Sebastian Huber
sebastian.huber at embedded-brains.de
Fri Oct 1 17:42:51 UTC 2021
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
*
* @{
*/
--
2.31.1
More information about the devel
mailing list