ST / ST_Events-old

Dependents:   HelloWorld_CCA01M1 HelloWorld_CCA02M1 CI-data-logger-server HelloWorld_CCA02M1 ... more

This is a fork of the events subdirectory of https://github.com/ARMmbed/mbed-os.

Note, you must import this library with import name: events!!!

Revision:
6230:ff703c65fe9c
Parent:
6229:bce3990e9675
Child:
6231:a9915ab0d683
--- a/hal/api/toolchain.h	Thu May 26 00:54:27 2016 -0500
+++ b/hal/api/toolchain.h	Thu May 26 18:43:02 2016 -0500
@@ -146,7 +146,7 @@
 #if defined(__GNUC__) || defined(__clang__) || defined(__CC_ARM)
 #define MBED_FORCEINLINE static inline __attribute__((always_inline))
 #elif defined(__ICCARM__)
-#define MBED_FORCEINLINE _Pragma("inline=force") static
+#define MBED_FORCEINLINE _Pragma("inline=forced") static
 #else
 #define MBED_FORCEINLINE static inline
 #endif