Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: collector.cpp
- Revision:
- 4:7d6b46b40fba
- Parent:
- 3:cd25d0efe0e1
--- 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; }