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:
2:a60d8117d0e0
Parent:
0:a792d4bf36c2
Child:
5:705843a08e16
Child:
4:f157c7bf01cc
--- a/Event.h	Fri Sep 30 17:12:00 2016 +0300
+++ b/Event.h	Sat Oct 01 02:11:36 2016 -0500
@@ -16,8 +16,8 @@
 #ifndef EVENT_H
 #define EVENT_H
 
-#include "EventQueue.h"
-#include "mbed_assert.h"
+#include "events/EventQueue.h"
+#include "platform/mbed_assert.h"
 
 namespace events {