mbed library sources. Supersedes mbed-src.

Dependents:   Nucleo_Hello_Encoder BLE_iBeaconScan AM1805_DEMO DISCO-F429ZI_ExportTemplate1 ... more

Revision:
184:08ed48f1de7f
Parent:
178:79309dc6340a
Child:
187:0387e8f68319
--- a/platform/Callback.h	Tue Mar 20 17:01:51 2018 +0000
+++ b/platform/Callback.h	Thu Apr 19 17:12:19 2018 +0100
@@ -565,7 +565,7 @@
 private:
     // Stored as pointer to function and pointer to optional object
     // Function pointer is stored as union of possible function types
-    // to garuntee proper size and alignment
+    // to guarantee proper size and alignment
     struct _class;
     union {
         void (*_staticfunc)();
@@ -1140,7 +1140,7 @@
 private:
     // Stored as pointer to function and pointer to optional object
     // Function pointer is stored as union of possible function types
-    // to garuntee proper size and alignment
+    // to guarantee proper size and alignment
     struct _class;
     union {
         void (*_staticfunc)(A0);
@@ -1716,7 +1716,7 @@
 private:
     // Stored as pointer to function and pointer to optional object
     // Function pointer is stored as union of possible function types
-    // to garuntee proper size and alignment
+    // to guarantee proper size and alignment
     struct _class;
     union {
         void (*_staticfunc)(A0, A1);
@@ -2293,7 +2293,7 @@
 private:
     // Stored as pointer to function and pointer to optional object
     // Function pointer is stored as union of possible function types
-    // to garuntee proper size and alignment
+    // to guarantee proper size and alignment
     struct _class;
     union {
         void (*_staticfunc)(A0, A1, A2);
@@ -2871,7 +2871,7 @@
 private:
     // Stored as pointer to function and pointer to optional object
     // Function pointer is stored as union of possible function types
-    // to garuntee proper size and alignment
+    // to guarantee proper size and alignment
     struct _class;
     union {
         void (*_staticfunc)(A0, A1, A2, A3);
@@ -3450,7 +3450,7 @@
 private:
     // Stored as pointer to function and pointer to optional object
     // Function pointer is stored as union of possible function types
-    // to garuntee proper size and alignment
+    // to guarantee proper size and alignment
     struct _class;
     union {
         void (*_staticfunc)(A0, A1, A2, A3, A4);