helpfor studient
Dependents: STM32_F103-C8T6basecanblink_led
Fork of mbed-dev by
Diff: platform/Callback.h
- Revision:
- 185:08ed48f1de7f
- Parent:
- 179:79309dc6340a
--- 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);