X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fsystem%2FAMQueueImplP.nc;h=0a9e4e08654cd707497e15f54184b2d63120befa;hb=753f96023819b6218692eba8469dcf35ac37812d;hp=a2998d011dbe991c1ce4ae7fef737de2efdf74b9;hpb=ba0b31a23ea2d356a91d698e5d11f0d55e5ddbe1;p=tinyos-2.x.git diff --git a/tos/system/AMQueueImplP.nc b/tos/system/AMQueueImplP.nc index a2998d01..0a9e4e08 100644 --- a/tos/system/AMQueueImplP.nc +++ b/tos/system/AMQueueImplP.nc @@ -207,4 +207,7 @@ implementation { default event void Send.sendDone[uint8_t id](message_t* msg, error_t err) { // Do nothing } + default command error_t AMSend.send[uint8_t id](am_addr_t am_id, message_t* msg, uint8_t len) { + return FAIL; + } }