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:
161:aa5281ff4a02
Parent:
158:1c57384330a6
Child:
165:d1b4690b3f8b
diff -r 5571c4ff569f -r aa5281ff4a02 platform/CriticalSectionLock.h
--- a/platform/CriticalSectionLock.h	Wed Jan 17 16:13:02 2018 +0000
+++ b/platform/CriticalSectionLock.h	Fri Feb 16 16:16:41 2018 +0000
@@ -19,6 +19,7 @@
 #define MBED_CRITICALSECTIONLOCK_H
 
 #include "platform/mbed_critical.h"
+#include "platform/mbed_toolchain.h"
 
 namespace mbed {