]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/eyesIFX/WideLocalTime.nc
uff -- resolved hardware race conditions (hopefully)
[tinyos-2.x.git] / tos / platforms / eyesIFX / WideLocalTime.nc
index f0fe733521dffdb07164b7a90af095eaa656110b..4fc86d897ffef36fb240c3e4c772793753f9c1d2 100644 (file)
@@ -39,6 +39,6 @@ interface WideLocalTime<precision_tag>
    *
    * @return Current time.
    */
-  async command uint64_t get();
+  async command int64_t get();
 }