]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/rf2xx/layers/TrafficMonitorConfig.nc
make traffic monitor optional
[tinyos-2.x.git] / tos / chips / rf2xx / layers / TrafficMonitorConfig.nc
index 0b7bc649e25d9d8966a3343b04ca869c5e64e58c..78f1437cd7885e43f79cb114fd755150a5760dee 100755 (executable)
@@ -71,10 +71,4 @@ interface TrafficMonitorConfig
         * Returns the averaged error events during one update period.
         */
        tasklet_async event uint8_t getErrorAverage();
-
-       /**
-        * This command is periodically called when the timer is fired and
-        * the averages are updated
-        */
-       tasklet_async command void timerTick();
 }