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:
6229:bce3990e9675
Parent:
6228:2ad5514e5699
Child:
6230:ff703c65fe9c
--- a/hal/api/toolchain.h	Wed May 25 16:53:14 2016 -0500
+++ b/hal/api/toolchain.h	Thu May 26 00:54:27 2016 -0500
@@ -237,6 +237,10 @@
 #define WEAK MBED_WEAK
 #endif
 
+#ifndef PACKED
+#define PACKED MBED_PACKED
+#endif
+
 #ifndef EXTERN
 #define EXTERN extern
 #endif