]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/rf2xx/layers/ActiveMessageConfig.nc
Use BareSend/BareReceive instead of Send/Receive to avoid duplication of payload...
[tinyos-2.x.git] / tos / chips / rf2xx / layers / ActiveMessageConfig.nc
index d9665af2e717250de415cbf84eb502edddddd90b..1de4576bd668c07d83f0275b01241be20f431c29 100755 (executable)
 
 interface ActiveMessageConfig
 {
-       /**
-        * This command is called when the message first enters the radio stack
-        * via the Send.send command. This command should return TRUE if the
-        * packet is deffinitely not cleared, FALSE otherwise.
-        */
-       command bool forgotToClear(message_t* msg);
-
        /** Same as AMPacket.destination */
        command am_addr_t destination(message_t* msg);