]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/iris/chips/rf230/HplRF230C.nc
timesync support
[tinyos-2.x.git] / tos / platforms / iris / chips / rf230 / HplRF230C.nc
index 2e48b54ff4e762ab1f6c84d9350aa8dee515f7a0..113d47cd7030e53747e70d313afa0b0a4a30b055 100644 (file)
@@ -68,8 +68,6 @@ implementation
        components new AlarmOne16C() as AlarmC;
        Alarm = AlarmC;
 
-       // TODO: do these from PlatformC
-       components RealMainP, RF230LayerC;
+       components RealMainP;
        RealMainP.PlatformInit -> HplRF230P.PlatformInit;
-       RealMainP.PlatformInit -> RF230LayerC.PlatformInit;
 }