]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/rf2xx/rf230/RF230ActiveMessageP.nc
Use BareSend/BareReceive instead of Send/Receive to avoid duplication of payload...
[tinyos-2.x.git] / tos / chips / rf2xx / rf230 / RF230ActiveMessageP.nc
index 57fa1c22acf2f91c1679c35fb3db242581fd60f5..7758d865d2de36310e97c196703b153f132cece8 100644 (file)
@@ -152,11 +152,6 @@ implementation
 
 /*----------------- ActiveMessageConfig -----------------*/
 
-       command bool ActiveMessageConfig.forgotToClear(message_t* msg)
-       {
-               return ! call IEEE154MessageLayer.isDataFrame(msg);
-       }
-
        command am_addr_t ActiveMessageConfig.destination(message_t* msg)
        {
                return call IEEE154MessageLayer.getDestAddr(msg);