]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/iris/chips/rf230/HplRF230C.nc
fixing TimeSyncMessage for the IRIS
[tinyos-2.x.git] / tos / platforms / iris / chips / rf230 / HplRF230C.nc
index 65459b40c9aab4bdc5bb11712a4a76a129c375e7..113d47cd7030e53747e70d313afa0b0a4a30b055 100644 (file)
@@ -36,7 +36,6 @@ configuration HplRF230C
 
                interface GpioCapture as IRQ;
                interface Alarm<TRF230, uint16_t> as Alarm;
-               interface LocalTime<TRF230>;
 
                interface HplRF230;
        }
@@ -71,12 +70,4 @@ implementation
 
        components RealMainP;
        RealMainP.PlatformInit -> HplRF230P.PlatformInit;
-
-       components CounterOne16C;
-       components new TransformCounterC(TRF230, uint32_t, TRF230, uint16_t, 0, uint32_t);
-       components new CounterToLocalTimeC(TRF230);
-
-       LocalTime = CounterToLocalTimeC;
-       CounterToLocalTimeC.Counter -> TransformCounterC;
-       TransformCounterC.CounterFrom -> CounterOne16C;
 }