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.
Revision 4:7d6b46b40fba, committed 2014-01-28
- 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;