aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/osal/rt/osal.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/osal/rt/osal.h')
-rw-r--r--os/hal/osal/rt/osal.h2
1 files changed, 0 insertions, 2 deletions
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:<br>
- * @<function_name@>(), #@<assert_number@>
* @note The remark string is not currently used except for putting a
* comment in the code about the assertion.
*