X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Flib%2Fmac%2Ftkn154%2FIndirectTxP.nc;h=773bdf5b184ca8949736b24c7c2fd79e617ecd69;hb=519673769e4a40805dc68b99f9e9ceb739d64800;hp=e1eacd6f6b2c8ec8b3b38c3db8298c7d30d5e492;hpb=c5a0fd261d8ad2a813b54c5add6336d95cda43ed;p=tinyos-2.x.git diff --git a/tos/lib/mac/tkn154/IndirectTxP.nc b/tos/lib/mac/tkn154/IndirectTxP.nc index e1eacd6f..773bdf5b 100644 --- a/tos/lib/mac/tkn154/IndirectTxP.nc +++ b/tos/lib/mac/tkn154/IndirectTxP.nc @@ -276,6 +276,7 @@ implementation { uint8_t i; // TODO: if CSMA-CA algorithm failed, then frame shall still remain in transaction queue + dbg_serial("IndirectTxP", "transmitDone(), status: %lu\n", (uint32_t) status); for (i=0; iclient](txFrame, status); post tryCoordCapTxTask(); - dbg_serial("IndirectTxP", "transmitDone()\n"); } command ieee154_txframe_t* GetIndirectTxFrame.get() { return m_pendingTxFrame;}