X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fchips%2Frf2xx%2Flayers%2FSlottedCollisionConfig.nc;h=5b3bec60212bbeafc1b925f8a521ede3c48b2c93;hb=00e708814493e030803019f2a98f3fe7e707805d;hp=4b6b993180edacf72c7b5fb0de72eb1478ade7fc;hpb=dc4dce097c72bddb275f8937df163b1e4041551c;p=tinyos-2.x.git diff --git a/tos/chips/rf2xx/layers/SlottedCollisionConfig.nc b/tos/chips/rf2xx/layers/SlottedCollisionConfig.nc index 4b6b9931..5b3bec60 100755 --- a/tos/chips/rf2xx/layers/SlottedCollisionConfig.nc +++ b/tos/chips/rf2xx/layers/SlottedCollisionConfig.nc @@ -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(); }