diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-07-24 14:42:09 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-07-24 14:42:09 +0000 |
commit | 591b09c2ee9176b3d60218f69486f45f495def82 (patch) | |
tree | 734bc9af1a12788960fb8e26a34cc4cff7effd62 /os/hal/osal | |
parent | dc2bd993692b435008ec3860b38b18e8ae6ce274 (diff) | |
download | ChibiOS-591b09c2ee9176b3d60218f69486f45f495def82.tar.gz ChibiOS-591b09c2ee9176b3d60218f69486f45f495def82.tar.bz2 ChibiOS-591b09c2ee9176b3d60218f69486f45f495def82.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7076 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/osal')
-rw-r--r-- | os/hal/osal/nil/osal.h | 2 | ||||
-rw-r--r-- | os/hal/osal/rt/osal.h | 2 |
2 files changed, 0 insertions, 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:<br>
- * @<function_name@>(), #@<assert_number@>
* @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:<br>
- * @<function_name@>(), #@<assert_number@>
* @note The remark string is not currently used except for putting a
* comment in the code about the assertion.
*
|