Timer for accumulating 10 ms intervals that does not overflow after ~30 min

This class simply creates a timer that accumulates 10 millisecond intervals which does not overflow after about 30 min.

Revision:
2:67e16d628edc
Parent:
0:21dc6ad1a795
Child:
3:9efa965d2111
--- a/RunTimer.h	Thu May 19 13:39:12 2016 +0000
+++ b/RunTimer.h	Thu May 19 16:45:31 2016 +0000
@@ -37,7 +37,7 @@
     unsigned int sec;
     unsigned int min;
     unsigned int hour;
-    unsigned int days;    
+    unsigned int day;    
 };
 
 #endif
\ No newline at end of file