APP Team / Mbed 2 deprecated app2

Dependencies:   mbed-rtos mbed

Files at this revision

API Documentation at this revision

Comitter:
passelin
Date:
Tue Jan 28 20:04:56 2014 +0000
Parent:
3:cd25d0efe0e1
Commit message:
Remove ***

Changed in this revision

collector.cpp Show annotated file Show diff for this revision Revisions of this file
main.h Show annotated file Show diff for this revision Revisions of this file
--- a/collector.cpp	Tue Jan 28 19:36:56 2014 +0000
+++ b/collector.cpp	Tue Jan 28 20:04:56 2014 +0000
@@ -17,7 +17,7 @@
         {
             event = (Event_t*)evt.value.p;
         }
-        pc.printf("*** Event Type = %s    Time = %s \n\r", eventType[event->type], ctime(&event->time));
+        pc.printf("Event Type = %s    Time = %s \n\r", eventType[event->type], ctime(&event->time));
         
         delete event;   
     }
--- a/main.h	Tue Jan 28 19:36:56 2014 +0000
+++ b/main.h	Tue Jan 28 20:04:56 2014 +0000
@@ -13,7 +13,6 @@
 #define POT_1 2
 #define POT_2 3
 
-
 struct Event
 {
        short type;