]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/tda5250/mac/CsmaMacP.nc
looks like Cory's continous DcoCalib fix also fixes our problem
[tinyos-2.x.git] / tos / chips / tda5250 / mac / CsmaMacP.nc
index 28de91414a2145e3e98d880136962514a85b774c..495837b901130c52d00a736b100863a03cf45c04 100644 (file)
@@ -50,7 +50,6 @@ module CsmaMacP {
         interface MacSend;
         interface MacReceive;
         interface Packet;
-        interface McuPowerOverride;
     }
     uses {
         interface StdControl as CcaStdControl;
@@ -1012,11 +1011,6 @@ implementation
     
     // we don't care about urgent Resource requestes
     async event void RadioResourceRequested.immediateRequested() {}
-
-    /** prevent MCU from going into a too low power mode */
-    async command mcu_power_t McuPowerOverride.lowestState() {
-        return MSP430_POWER_LPM1;
-    }
 }