X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fchips%2Ftda5250%2Fmac%2FCsmaMacP.nc;h=495837b901130c52d00a736b100863a03cf45c04;hb=9e7a4bdd535cc04589bf904c9af9404f9a8b1720;hp=28de91414a2145e3e98d880136962514a85b774c;hpb=62675932114586c36f0a6ff8ce3d1e33fa0eb322;p=tinyos-2.x.git diff --git a/tos/chips/tda5250/mac/CsmaMacP.nc b/tos/chips/tda5250/mac/CsmaMacP.nc index 28de9141..495837b9 100644 --- a/tos/chips/tda5250/mac/CsmaMacP.nc +++ b/tos/chips/tda5250/mac/CsmaMacP.nc @@ -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; - } }