diff --git a/os/hal/osal/nil/osal.h b/os/hal/osal/nil/osal.h index 64b391ad3..266521705 100644 --- a/os/hal/osal/nil/osal.h +++ b/os/hal/osal/nil/osal.h @@ -249,8 +249,6 @@ typedef struct { * message and halts. * @note The condition is tested only if the @p OSAL_ENABLE_ASSERTIONS * switch is enabled. - * @note The convention for the message is the following:
- * @(), #@ * @note The remark string is not currently used except for putting a * comment in the code about the assertion. * diff --git a/os/hal/osal/rt/osal.h b/os/hal/osal/rt/osal.h index 386755dbf..cb7515184 100644 --- a/os/hal/osal/rt/osal.h +++ b/os/hal/osal/rt/osal.h @@ -241,8 +241,6 @@ typedef struct { * message and halts. * @note The condition is tested only if the @p OSAL_ENABLE_ASSERTIONS * switch is enabled. - * @note The convention for the message is the following:
- * @(), #@ * @note The remark string is not currently used except for putting a * comment in the code about the assertion. *