Swimate V2 without RTOS code

Dependencies:   Adafruit_GFX_128x64 DS3231 PinDetect SDFileSystem USBDevice mbed RealtimeMath MODSERIAL

Revision:
15:002bac432234
Parent:
8:8430a5c0914c
--- a/SystemTime.cpp	Wed May 28 20:28:14 2014 +0000
+++ b/SystemTime.cpp	Thu Jun 05 19:03:42 2014 +0000
@@ -12,7 +12,7 @@
     }
 }
 
-int SystemTime::read_ms()
+unsigned int SystemTime::read_ms()
 {
-    return sysTime.read_ms();
+    return (unsigned int) sysTime.read_ms();
 }
\ No newline at end of file