Additional events example

Revision:
3:4f5870c9c712
Parent:
1:3ee1c217f3cb
Child:
4:20d7dabbd3b5
--- a/main.cpp	Fri Jun 23 13:59:05 2017 -0500
+++ b/main.cpp	Mon Aug 13 13:44:44 2018 -0500
@@ -1,5 +1,4 @@
 #include "mbed.h"
-#include "mbed_events.h"
 
 DigitalOut led1(LED1);
 InterruptIn sw(SW2);
@@ -26,4 +25,3 @@
     // The 'fall' handler will execute in the context of thread 't'
     sw.fall(queue.event(fall_handler));
 }
-