]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/rf2xx/layers/SlottedCollisionConfig.nc
make traffic monitor optional
[tinyos-2.x.git] / tos / chips / rf2xx / layers / SlottedCollisionConfig.nc
index 4b6b993180edacf72c7b5fb0de72eb1478ade7fc..5b3bec60212bbeafc1b925f8a521ede3c48b2c93 100755 (executable)
@@ -52,10 +52,4 @@ interface SlottedCollisionConfig
         * Returns the size of the collision window for this received message.
         */
        async command uint16_t getCollisionWindowLength(message_t* msg);
-
-       /**
-        * This event should be called periodically to indicate the passing of
-        * time (maybe we should use a timer)
-        */
-       tasklet_async event void timerTick();
 }