]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/eyesIFX/PacketStampC.nc
be more careful with conversion
[tinyos-2.x.git] / tos / platforms / eyesIFX / PacketStampC.nc
index a28d99462f5769a17489ea75ac585d89044439ea..88f1a0a1987ac75e66f4430838bf3f6c9f0543af 100644 (file)
@@ -35,7 +35,10 @@ configuration PacketStampC {
 }
 implementation  {
     components PacketStampP as PS;
+    components LocalTimeC as LT;
+    
     PacketTimeStamp32khz = PS;
     PacketTimeStampMilli = PS;
+    PS.LocalTimeMilli -> LT;  
 }