]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/net/ctp/CtpForwardingEngineP.nc
because we changed the type for length in Intercept.forward
[tinyos-2.x.git] / tos / lib / net / ctp / CtpForwardingEngineP.nc
index eac244e8822948bdb8653586b9a376accdfc6e5b..38dfc10672dcb9ac948015d8c9b4113a9bf14796 100644 (file)
@@ -921,7 +921,7 @@ implementation {
 
   default event bool
   Intercept.forward[collection_id_t collectid](message_t* msg, void* payload, 
-                                               uint16_t len) {
+                                               uint8_t len) {
     return TRUE;
   }