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

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:
12:8b0064a92c66
Parent:
0:a792d4bf36c2
--- a/equeue/Makefile	Sun Nov 20 14:18:08 2016 -0600
+++ b/equeue/Makefile	Mon Nov 21 12:25:14 2016 -0600
@@ -17,7 +17,7 @@
 ifdef WORD
 CFLAGS += -m$(WORD)
 endif
-CFLAGS += -I.
+CFLAGS += -I. -I..
 CFLAGS += -std=c99
 CFLAGS += -Wall
 CFLAGS += -D_XOPEN_SOURCE=600