X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fchips%2Ftda5250%2FTda5250RadioP.nc;h=a1ea56a82814a46faeae1de3bfc57c1a1eae58f0;hb=4c72ab7118395fe791aef9aafe29d501a94f6967;hp=9b82771c9f92c34a7bbb20a03a2f709a140cea07;hpb=a06d8962cacb303b05074f2c45fda451ecb42a67;p=tinyos-2.x.git diff --git a/tos/chips/tda5250/Tda5250RadioP.nc b/tos/chips/tda5250/Tda5250RadioP.nc index 9b82771c..a1ea56a8 100644 --- a/tos/chips/tda5250/Tda5250RadioP.nc +++ b/tos/chips/tda5250/Tda5250RadioP.nc @@ -137,9 +137,8 @@ implementation { switch(mode) { case RADIO_MODE_ON_TRANSITION: call HplTda5250Config.reset(); - // call HplTda5250Config.SetRFPower(240); + call HplTda5250Config.SetRFPower(INITIAL_RF_POWER); // call HplTda5250Config.SetClockOnDuringPowerDown(); - call HplTda5250Config.SetRFPower(255); call ConfigResource.release(); atomic radioMode = RADIO_MODE_ON; post startDoneTask();