X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fplatforms%2FeyesIFX%2FLocalTimeP.nc;h=2136381a1baa5f223a4880c6af932389a07e568f;hb=a089233293d8ccdd76bc789d9cbb23a515e25eff;hp=f637469d774ad7eb4b579e07eb0baf55c354cc1c;hpb=f98e262821fa1e4db0ff3ad238b51f9cca4a25f3;p=tinyos-2.x.git diff --git a/tos/platforms/eyesIFX/LocalTimeP.nc b/tos/platforms/eyesIFX/LocalTimeP.nc index f637469d..2136381a 100644 --- a/tos/platforms/eyesIFX/LocalTimeP.nc +++ b/tos/platforms/eyesIFX/LocalTimeP.nc @@ -94,7 +94,7 @@ implementation { } async command uint32_t LocalTimeTMilli.get() { - return (call LocalTime32kHz.get() / 32); + return (call WideLocalTime.get() / 32); } }