]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/eyesIFX/TimeSyncMessageC.nc
be more careful with conversion
[tinyos-2.x.git] / tos / platforms / eyesIFX / TimeSyncMessageC.nc
index 963fafff9187f13c4ba8d4ee217ad71df4ad4f03..03ace249c84c09ea3bb48287da6d2575ac82f9fc 100644 (file)
@@ -51,7 +51,8 @@ configuration TimeSyncMessageC {
 implementation {
     components TimeSyncMessageP as TS;
     components ActiveMessageC as AM;
-
+    components LocalTimeC as LT;
+    
     SplitControl = AM;
 
     Receive      = AM.Receive;
@@ -64,6 +65,7 @@ implementation {
 
     TS.SubSend -> AM.AMSend;
     TS.AMPacket -> AM.AMPacket;
+    TS.LocalTimeMilli -> LT;
 
     TimeSyncAMSend32khz       = TS;
     TimeSyncAMSendMilli       = TS;