]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/rf2xx/rf212/RF212ActiveMessageP.nc
Use BareSend/BareReceive instead of Send/Receive to avoid duplication of payload...
[tinyos-2.x.git] / tos / chips / rf2xx / rf212 / RF212ActiveMessageP.nc
index 27dff12c1d8bf0965a4a1d9a0351b8119a46eec9..86e74556f32ed5c6fdfe508b63dbc9e2215d1593 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);