mbed library sources

Dependents:   RPC_Serial_V_mac

Revision:
592: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.