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:
6158:c66e599ac9b6
Parent:
6088:e1cf77a573c5
Child:
6227:3878cce6d3d8
diff -r d1dd26c6b2ce -r c66e599ac9b6 hal/api/toolchain.h
--- a/hal/api/toolchain.h	Thu May 26 15:56:43 2016 -0500
+++ b/hal/api/toolchain.h	Wed May 25 20:12:29 2016 -0500
@@ -32,4 +32,9 @@
 #   define PACKED   __attribute__((packed))
 #endif
 
+// Backwards compatibility
+#ifndef EXTERN
+#define EXTERN extern
 #endif
+
+#endif