]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/tmicore/MoteClockC.nc
Remove unnecessary wiring for tmicore and derivative platforms.
[tinyos-2.x.git] / tos / platforms / tmicore / MoteClockC.nc
index 7c5598f50c5da0649fe711eeb5437526afeb3956..4a76d7a30b47846e4c274d9db5d3050e19b1eef1 100644 (file)
@@ -44,5 +44,4 @@ implementation {
 
   components new Msp430ClockC(8192, 32);
   MoteClockP.SubInit -> Msp430ClockC.Init;
-  MoteClockP.Msp430ClockInit -> Msp430ClockC;
 }