]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/eyesIFX/LocalTimeP.nc
be more careful with conversion
[tinyos-2.x.git] / tos / platforms / eyesIFX / LocalTimeP.nc
index f637469d774ad7eb4b579e07eb0baf55c354cc1c..2136381a1baa5f223a4880c6af932389a07e568f 100644 (file)
@@ -94,7 +94,7 @@ implementation  {
     }
     
     async command uint32_t LocalTimeTMilli.get() {
-        return (call LocalTime32kHz.get() / 32);
+        return (call WideLocalTime.get() / 32);
     }
 }