[rtems commit] score: Add RTEMS_UNREACHABLE() to a group

Sebastian Huber sebh at rtems.org
Fri May 28 05:49:50 UTC 2021


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri May 28 07:47:52 2021 +0200

score: Add RTEMS_UNREACHABLE() to a group

---

 cpukit/include/rtems/score/basedefs.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/cpukit/include/rtems/score/basedefs.h b/cpukit/include/rtems/score/basedefs.h
index 33fb272..c682106 100644
--- a/cpukit/include/rtems/score/basedefs.h
+++ b/cpukit/include/rtems/score/basedefs.h
@@ -842,6 +842,8 @@ extern "C" {
 /* Generated from spec:/rtems/basedefs/if/unreachable */
 
 /**
+ * @ingroup RTEMSAPIBaseDefs
+ *
  * @brief Tells the compiler that this program point is unreachable.
  */
 #if defined(__GNUC__)



More information about the vc mailing list