]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/mac/tkn154/DataP.nc
1) simplified the resource transfer: removed ResourceTransfer* interfaces and corresp...
[tinyos-2.x.git] / tos / lib / mac / tkn154 / DataP.nc
index af60e699a50e4bfaab4744a1b5cadaf02e769eb2..1153b7a41a6a8fcb4225db3f9980188771678274 100644 (file)
@@ -272,5 +272,7 @@ implementation
 
   default event message_t* MCPS_DATA.indication(message_t* frame) { return frame; }
   default command ieee154_status_t DeviceCfpTx.transmit(ieee154_txframe_t *data) {return IEEE154_INVALID_GTS;}
+  default command ieee154_status_t BroadcastTx.transmit(ieee154_txframe_t *data) {return IEEE154_INVALID_PARAMETER;}
   default command ieee154_status_t CoordCfpTx.transmit(ieee154_txframe_t *data) {return IEEE154_INVALID_GTS;}
+  default async command bool IsSendingBeacons.getNow() {return FALSE;}
 }