Fixed compiler warning
This commit is contained in:
parent
79f04d8dcd
commit
f856806909
1 changed files with 1 additions and 2 deletions
|
@ -30,7 +30,7 @@
|
||||||
*
|
*
|
||||||
* Author: Adam Dunkels <adam@sics.se>
|
* Author: Adam Dunkels <adam@sics.se>
|
||||||
*
|
*
|
||||||
* $Id: ethernode-uip.c,v 1.1 2007/03/14 00:32:30 adamdunkels Exp $
|
* $Id: ethernode-uip.c,v 1.2 2007/03/15 21:59:10 adamdunkels Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "contiki.h"
|
#include "contiki.h"
|
||||||
|
@ -58,7 +58,6 @@ ethernode_uip_send(void)
|
||||||
/*---------------------------------------------------------------------------*/
|
/*---------------------------------------------------------------------------*/
|
||||||
PROCESS_THREAD(ethernode_uip_process, ev, data)
|
PROCESS_THREAD(ethernode_uip_process, ev, data)
|
||||||
{
|
{
|
||||||
static int drop = 3;
|
|
||||||
PROCESS_BEGIN();
|
PROCESS_BEGIN();
|
||||||
|
|
||||||
while(1) {
|
while(1) {
|
||||||
|
|
Loading…
Reference in a new issue