Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-src by
Diff: api/mbed_assert.h
- Revision:
- 591:474d026f7d79
- Parent:
- 227:7bd0639b8911
--- a/api/mbed_assert.h Tue Jul 14 09:45:08 2015 +0100 +++ b/api/mbed_assert.h Wed Jul 15 08:15:08 2015 +0100 @@ -23,8 +23,7 @@ /** Internal mbed assert function which is invoked when MBED_ASSERT macro failes. * This function is active only if NDEBUG is not defined prior to including this * assert header file. - * In case of MBED_ASSERT failing condition, the assertation message is printed - * to stderr and mbed_die() is called. + * In case of MBED_ASSERT failing condition, error() is called with the assertation message. * @param expr Expresion to be checked. * @param file File where assertation failed. * @param line Failing assertation line number.