mirror of https://github.com/ARMmbed/mbed-os.git
Fix comments on mbed_assert.h
parent
d3ca63edd5
commit
88a91a5a9b
|
@ -47,7 +47,7 @@ void mbed_assert_internal(const char *expr, const char *file, int line);
|
||||||
* Declare runtime assertions: results in runtime error if condition is false
|
* Declare runtime assertions: results in runtime error if condition is false
|
||||||
*
|
*
|
||||||
* @note
|
* @note
|
||||||
* Use of MBED_ASSERT is limited debug builds only.
|
* Use of MBED_ASSERT is limited to Debug and Develop builds.
|
||||||
*
|
*
|
||||||
* @code
|
* @code
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue