Renamed input function to rime_input() and the output function to rime_driver_send()
This commit is contained in:
parent
833d098096
commit
e4e57fca96
4 changed files with 105 additions and 22 deletions
|
@ -28,7 +28,7 @@
|
|||
*
|
||||
* This file is part of the Contiki operating system.
|
||||
*
|
||||
* $Id: rime.c,v 1.2 2007/03/15 19:43:07 adamdunkels Exp $
|
||||
* $Id: rime.c,v 1.3 2007/03/15 21:24:11 adamdunkels Exp $
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -52,7 +52,7 @@ rime_init(void)
|
|||
}
|
||||
/*---------------------------------------------------------------------------*/
|
||||
void
|
||||
rime_input_packet(void)
|
||||
rime_input(void)
|
||||
{
|
||||
abc_input_packet();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue