]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/net/ctp/CtpRoutingEngineP.nc
fixed bug reported by Mehmet Akif Antepli - arg type mismatch
[tinyos-2.x.git] / tos / lib / net / ctp / CtpRoutingEngineP.nc
index 1f8a484c2e186b658e3655a82e22aa0cf6616984..298cd6407c6329bc5ff6486cab7c1d7b7a99e600 100644 (file)
@@ -808,7 +808,7 @@ implementation {
     command uint16_t      CtpRoutingPacket.getEtx(message_t* msg) {
       return getHeader(msg)->etx;
     }
-    command void          CtpRoutingPacket.setEtx(message_t* msg, uint8_t etx) {
+    command void          CtpRoutingPacket.setEtx(message_t* msg, uint16_t etx) {
       getHeader(msg)->etx = etx;
     }