git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7076 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2014-07-24 14:42:09 +00:00
parent dc2bd99369
commit 591b09c2ee
2 changed files with 0 additions and 4 deletions

View File

@ -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.
*

View File

@ -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.
*