From 591b09c2ee9176b3d60218f69486f45f495def82 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Thu, 24 Jul 2014 14:42:09 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7076 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/osal/nil/osal.h | 2 -- os/hal/osal/rt/osal.h | 2 -- 2 files changed, 4 deletions(-) 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. *