Additional events example

Revision:
1:3ee1c217f3cb
Parent:
0:aea2e03f5625
Child:
3:4f5870c9c712
--- a/main.cpp	Thu Jan 19 14:24:27 2017 -0600
+++ b/main.cpp	Tue May 23 10:20:54 2017 -0500
@@ -7,7 +7,6 @@
 Thread t;
 
 void rise_handler(void) {
-    printf("rise_handler in context %p\r\n", Thread::gettid());
     // Toggle LED
     led1 = !led1;
 }