git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5544 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
f592766bc1
commit
c86a83d45a
|
@ -142,7 +142,7 @@ extern ch_trace_buffer_t dbg_trace_buffer;
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
/**
|
/**
|
||||||
* @brief Function parameter check.
|
* @brief Function parameters check.
|
||||||
* @details If the condition check fails then the kernel panics and halts.
|
* @details If the condition check fails then the kernel panics and halts.
|
||||||
* @note The condition is tested only if the @p CH_DBG_ENABLE_CHECKS switch
|
* @note The condition is tested only if the @p CH_DBG_ENABLE_CHECKS switch
|
||||||
* is specified in @p chconf.h else the macro does nothing.
|
* is specified in @p chconf.h else the macro does nothing.
|
||||||
|
|
Loading…
Reference in New Issue