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:
145:64910690c574
Parent:
128:9bcdf88f62b0
Child:
146:22da6e220af6
--- a/platform/PlatformMutex.h	Thu Jun 08 14:53:05 2017 +0100
+++ b/platform/PlatformMutex.h	Wed Jun 21 17:31:38 2017 +0100
@@ -1,6 +1,5 @@
 
 /** \addtogroup platform */
-/** @{*/
 /* mbed Microcontroller Library
  * Copyright (c) 2006-2013 ARM Limited
  *
@@ -24,6 +23,7 @@
 typedef rtos::Mutex PlatformMutex;
 #else
 /** A stub mutex for when an RTOS is not present
+ * @ingroup platform
 */
 class PlatformMutex {
 public:
@@ -48,4 +48,3 @@
 
 #endif
 
-/** @}*/