send all queued packet once we have the chance.
This commit is contained in:
parent
1d47e2a8da
commit
e2cc8b2a3e
|
@ -28,7 +28,7 @@
|
||||||
*
|
*
|
||||||
* This file is part of the Contiki operating system.
|
* This file is part of the Contiki operating system.
|
||||||
*
|
*
|
||||||
* $Id: lpp.c,v 1.13 2009/03/31 14:11:25 nvt-se Exp $
|
* $Id: lpp.c,v 1.14 2009/03/31 14:44:13 nvt-se Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -363,8 +363,6 @@ read_packet(void)
|
||||||
packet type of the queued packet to see
|
packet type of the queued packet to see
|
||||||
if it is a data packet. If not, we
|
if it is a data packet. If not, we
|
||||||
should not turn the radio on. */
|
should not turn the radio on. */
|
||||||
|
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue