meh

Fork of mbed by mbed official

Revision:
103:bad568076d81
Parent:
86:04dd9b1680ae
--- a/mbed_assert.h	Wed Jul 08 11:22:30 2015 +0100
+++ b/mbed_assert.h	Tue Jul 21 09:59:51 2015 +0200
@@ -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.