Updated to latest rim input/output function names

This commit is contained in:
adamdunkels 2007-03-15 21:58:37 +00:00
parent 03f847d280
commit 79f04d8dcd
1 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@
* *
* Author: Adam Dunkels <adam@sics.se> * Author: Adam Dunkels <adam@sics.se>
* *
* $Id: ethernode-rime.c,v 1.2 2007/03/14 00:32:30 adamdunkels Exp $ * $Id: ethernode-rime.c,v 1.3 2007/03/15 21:58:37 adamdunkels Exp $
*/ */
#include "contiki.h" #include "contiki.h"
@ -66,7 +66,7 @@ PROCESS_THREAD(ethernode_rime_process, ev, data)
/* printf("ethernode_rime_process: received len %d\n", /* printf("ethernode_rime_process: received len %d\n",
len);*/ len);*/
abc_input_packet(); rime_input();
} }
} }
} }
@ -75,7 +75,7 @@ PROCESS_THREAD(ethernode_rime_process, ev, data)
} }
/*---------------------------------------------------------------------------*/ /*---------------------------------------------------------------------------*/
void void
abc_driver_send(void) rime_driver_send(void)
{ {
/* printf("ethernode_rime: sending %d bytes\n", rimebuf_totlen());*/ /* printf("ethernode_rime: sending %d bytes\n", rimebuf_totlen());*/
ethernode_send_buf(rimebuf_hdrptr(), rimebuf_totlen()); ethernode_send_buf(rimebuf_hdrptr(), rimebuf_totlen());