]> 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 e838b5e5ef108de858cbc5369318b6ff61561b63..4a76d7a30b47846e4c274d9db5d3050e19b1eef1 100644 (file)
@@ -32,7 +32,7 @@
  * $TOSDIR/tos/chips/msp430/timer/Msp430DcoSpec.h  This is a little hokey.
  * I think I'd rather do it using a generic interface.
  * 
- * @author R. Steve McKown <smckown@gmail.com>
+ * @author R. Steve McKown <rsmckown@gmail.com>
  */
  
 configuration MoteClockC {
@@ -42,7 +42,6 @@ implementation {
   components MoteClockP;
   MoteClockInit = MoteClockP.Init;
 
-  components Msp430ClockC;
+  components new Msp430ClockC(8192, 32);
   MoteClockP.SubInit -> Msp430ClockC.Init;
-  MoteClockP.Msp430ClockInit -> Msp430ClockC;
 }