]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/shimmer/Msp430Timer32khzMapC.nc
got rid of bogus comment about b1 not being available on telos.
[tinyos-2.x.git] / tos / platforms / shimmer / Msp430Timer32khzMapC.nc
index dd64fc7d163017d33029d9977f4b586156e6382d..e23e742a6dc2ac8fe8a64d9536528af34025f1d5 100644 (file)
@@ -48,10 +48,6 @@ implementation
   Msp430TimerControl[0] = Msp430TimerC.ControlB0;
   Msp430Compare[0] = Msp430TimerC.CompareB0;
 
-  // Timer pin B1 is used by the CC2420 radio's SFD pin
-  // this is the only difference between the default 32khz map
-  // and the map on telos
-
   Msp430Timer[1] = Msp430TimerC.TimerB;
   Msp430TimerControl[1] = Msp430TimerC.ControlB1;
   Msp430Compare[1] = Msp430TimerC.CompareB1;