X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fchips%2Frf2xx%2Frf212%2FRF212ActiveMessageP.nc;h=86e74556f32ed5c6fdfe508b63dbc9e2215d1593;hb=54538a754044acac23adbda11567f0e774ea1b80;hp=27dff12c1d8bf0965a4a1d9a0351b8119a46eec9;hpb=e855a271834e27716a9c5d79cbf364aac22eb3bd;p=tinyos-2.x.git diff --git a/tos/chips/rf2xx/rf212/RF212ActiveMessageP.nc b/tos/chips/rf2xx/rf212/RF212ActiveMessageP.nc index 27dff12c..86e74556 100644 --- a/tos/chips/rf2xx/rf212/RF212ActiveMessageP.nc +++ b/tos/chips/rf2xx/rf212/RF212ActiveMessageP.nc @@ -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);