]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Hand-merging changes from tinyos-2-0-0-release that were never propagated to DEVEL...
authorvlahan <vlahan>
Wed, 13 Dec 2006 01:56:41 +0000 (01:56 +0000)
committervlahan <vlahan>
Wed, 13 Dec 2006 01:56:41 +0000 (01:56 +0000)
tos/lib/net/DisseminationEngineImplP.nc
tos/lib/net/ctp/CtpForwardingEngineP.nc

index 04a044a49a6e03438e89c1c4cce267c706656530..4bdd4a11bfa2e26599f6c74dbd0972d7e41d7d64 100644 (file)
@@ -87,7 +87,6 @@ implementation {
 
   event void TrickleTimer.fired[ uint16_t key ]() {
 
-    call Leds.led2Toggle();
 
     if ( m_bufBusy ) { return; }
 
index f62ac97e16b184f5aa8d2a26d19719d7349398fa..09eef878c0b20ea22e32e211f14dab357720951e 100644 (file)
@@ -619,7 +619,6 @@ implementation {
         call CollectionDebug.logEvent(NET_C_FE_PUT_QEPOOL_ERR);
       sending = FALSE;
       startRetxmitTimer(SENDDONE_OK_WINDOW, SENDDONE_OK_OFFSET);
-      call Leds.led2Toggle();
     }
     else {
       dbg("Forwarder", "%s: BUG: we have a pool entry, but the pool is full, client is %hhu.\n", __FUNCTION__, qe->client);