]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/tda5250/Tda5250RadioP.nc
switch to metric MHz for SMCLK, adjust constants, include SmclkManager
[tinyos-2.x.git] / tos / chips / tda5250 / Tda5250RadioP.nc
index 9b82771c9f92c34a7bbb20a03a2f709a140cea07..a1ea56a82814a46faeae1de3bfc57c1a1eae58f0 100644 (file)
@@ -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();