X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Flib%2Fmac%2Ftkn154%2Fdummies%2FNoDispatchSlottedCsmaP.nc;h=b664b3f9444f18e39bce27e22f97000007543af5;hb=dbddb4bea6c87c2b0f7b32f03e181408775446bb;hp=b61259ecce4bf856afe4160cc13d96134cba62e5;hpb=35905c1cd223f9fbef7f5435b518dc34acfd3bef;p=tinyos-2.x.git diff --git a/tos/lib/mac/tkn154/dummies/NoDispatchSlottedCsmaP.nc b/tos/lib/mac/tkn154/dummies/NoDispatchSlottedCsmaP.nc index b61259ec..b664b3f9 100644 --- a/tos/lib/mac/tkn154/dummies/NoDispatchSlottedCsmaP.nc +++ b/tos/lib/mac/tkn154/dummies/NoDispatchSlottedCsmaP.nc @@ -62,6 +62,7 @@ generic module NoDispatchSlottedCsmaP(uint8_t sfDirection) interface Get as GetIndirectTxFrame; interface Notify as RxEnableStateChange; interface GetNow as IsTrackingBeacons; + interface Notify as PIBUpdateMacRxOnWhenIdle; interface FrameUtility; interface SlottedCsmaCa; interface RadioRx; @@ -114,4 +115,5 @@ implementation command error_t WasRxEnabled.enable(){return FAIL;} command error_t WasRxEnabled.disable(){return FAIL;} + event void PIBUpdateMacRxOnWhenIdle.notify( const void* val ) {} }