mirror of https://github.com/ARMmbed/mbed-os.git
Merge branch 'kegilbert-patch-4' of ssh://github.com/ARMmbed/mbed-os into rollup
commit
f8997fa1a4
|
@ -29,11 +29,11 @@
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/** Internal mbed assert function which is invoked when MBED_ASSERT macro failes.
|
/** Internal mbed assert function which is invoked when MBED_ASSERT macro fails.
|
||||||
* This function is active only if NDEBUG is not defined prior to including this
|
* This function is active only if NDEBUG is not defined prior to including this
|
||||||
* assert header file.
|
* assert header file.
|
||||||
* In case of MBED_ASSERT failing condition, error() is called with the assertation message.
|
* In case of MBED_ASSERT failing condition, error() is called with the assertation message.
|
||||||
* @param expr Expresion to be checked.
|
* @param expr Expression to be checked.
|
||||||
* @param file File where assertation failed.
|
* @param file File where assertation failed.
|
||||||
* @param line Failing assertation line number.
|
* @param line Failing assertation line number.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue