]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/tosthreads/system/BlockingAMSenderImplP.nc
Return FAIL in defaults
[tinyos-2.x.git] / tos / lib / tosthreads / system / BlockingAMSenderImplP.nc
index 539e074813fd0915428ba034b8db3142859ac64d..c39a0f9c31815f2ae98a58481362dd8b2b511d21 100644 (file)
@@ -102,7 +102,7 @@ implementation {
     call SystemCall.finish(send_call);
   }
   default command error_t AMSend.send[am_id_t id](am_addr_t addr, message_t* msg, uint8_t len) {
-    return SUCCESS;
+    return FAIL;
   }
 }