]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/telosa/PlatformC.nc
Adding in cc2420 security support for Shimmer platform
[tinyos-2.x.git] / tos / platforms / telosa / PlatformC.nc
index ca1ad4141f3788d0e59aa7d08a094f540965a860..812f8d33ab4418b28d379c51671f2d8a573a6801 100644 (file)
@@ -32,10 +32,10 @@ configuration PlatformC
 }
 implementation
 {
-  components PlatformP, MotePlatformC, Msp430ClockC;
+  components PlatformP, MotePlatformC, MoteClockC;
 
   Init = PlatformP;
-  PlatformP.Msp430ClockInit -> Msp430ClockC.Init;
+  PlatformP.MoteClockInit -> MoteClockC;
   PlatformP.MoteInit -> MotePlatformC;
 }