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:
9824:23b5875f4221
Parent:
18:dba7bd0f39f3
Child:
9828:b778d3912beb
diff -r 3e5679fe7fa6 -r 23b5875f4221 equeue/equeue_platform.h
--- a/equeue/equeue_platform.h	Fri Apr 21 14:10:17 2017 +0100
+++ b/equeue/equeue_platform.h	Mon May 15 09:55:45 2017 -0500
@@ -112,7 +112,7 @@
     bool signal;
 } equeue_sema_t;
 #elif defined(EQUEUE_PLATFORM_MBED) && defined(MBED_CONF_RTOS_PRESENT)
-typedef unsigned equeue_sema_t[8];
+typedef unsigned equeue_sema_t[9];
 #elif defined(EQUEUE_PLATFORM_MBED)
 typedef volatile int equeue_sema_t;
 #endif