]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/net/lqi/LqiForwardingEngineP.nc
because we changed the type for length in Intercept.forward
[tinyos-2.x.git] / tos / lib / net / lqi / LqiForwardingEngineP.nc
index 573a5eb5789747ec2ad1a5192c739fcb29d1d9d4..f1382902e82e613585802ab0d00fac251758def0 100644 (file)
@@ -502,7 +502,7 @@ implementation {
  default event message_t* Receive.receive[collection_id_t id](message_t* pMsg, void* payload, uint8_t len) {
    return pMsg;
  }
- default event bool Intercept.forward[collection_id_t id](message_t* pMsg, void* payload, uint16_t len) {
+ default event bool Intercept.forward[collection_id_t id](message_t* pMsg, void* payload, uint8_t len) {
    return 1;
  }