From 388e3c02701ce5288cf60a730891de459aec3e3e Mon Sep 17 00:00:00 2001 From: rincon Date: Tue, 10 Jul 2007 16:53:53 +0000 Subject: [PATCH] Removed left over debug LED toggling --- tos/chips/cc2420/lpl/DefaultLplP.nc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tos/chips/cc2420/lpl/DefaultLplP.nc b/tos/chips/cc2420/lpl/DefaultLplP.nc index 90d60cd1..95c77ed5 100644 --- a/tos/chips/cc2420/lpl/DefaultLplP.nc +++ b/tos/chips/cc2420/lpl/DefaultLplP.nc @@ -425,9 +425,7 @@ implementation { } /***************** Timer Events ****************/ - event void OffTimer.fired() { - call Leds.led1Toggle(); - + event void OffTimer.fired() { /* * Only stop the radio if the radio is supposed to be off permanently * or if the duty cycle is on and our sleep interval is not 0 -- 2.39.2