The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.

Dependents:   hello SerialTestv11 SerialTestv12 Sierpinski ... more

mbed 2

This is the mbed 2 library. If you'd like to learn about Mbed OS please see the mbed-os docs.

Revision:
171:3a7713b1edbc
Parent:
158:1c57384330a6
Child:
172:65be27845400
--- a/platform/mbed_assert.h	Thu Sep 06 13:39:34 2018 +0100
+++ b/platform/mbed_assert.h	Thu Nov 08 11:45:42 2018 +0000
@@ -29,11 +29,11 @@
 extern "C" {
 #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
  *  assert header file.
  *  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 line Failing assertation line number.
  */