From: ayer1 Date: Thu, 28 Jan 2010 15:09:18 +0000 (+0000) Subject: got rid of bogus comment about b1 not being available on telos. X-Git-Tag: rc_6_tinyos_2_1_1~36 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=2a103dc115a06c7b60b22f641d11fffa448d37ab got rid of bogus comment about b1 not being available on telos. --- diff --git a/tos/platforms/shimmer/Msp430Timer32khzMapC.nc b/tos/platforms/shimmer/Msp430Timer32khzMapC.nc index dd64fc7d..e23e742a 100644 --- a/tos/platforms/shimmer/Msp430Timer32khzMapC.nc +++ b/tos/platforms/shimmer/Msp430Timer32khzMapC.nc @@ -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;