From 91fc3c39172c5e68963123c919d217709a558c0e Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Thu, 15 Mar 2007 22:11:06 +0000 Subject: [PATCH] Renamed Rime output function --- core/dev/simple-cc2420-rime.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/dev/simple-cc2420-rime.c b/core/dev/simple-cc2420-rime.c index dd733cb6a..be4e99790 100644 --- a/core/dev/simple-cc2420-rime.c +++ b/core/dev/simple-cc2420-rime.c @@ -28,7 +28,7 @@ * * This file is part of the Contiki operating system. * - * $Id: simple-cc2420-rime.c,v 1.1 2007/03/15 21:26:18 adamdunkels Exp $ + * $Id: simple-cc2420-rime.c,v 1.2 2007/03/15 22:11:06 adamdunkels Exp $ */ /** @@ -67,7 +67,7 @@ simple_cc2420_rime_init(void) } /*---------------------------------------------------------------------------*/ void -abc_driver_send(void) +rime_driver_send(void) { /* printf("simple_cc2420_rime: sending %d bytes\n", rimebuf_totlen());*/ simple_cc2420_send(rimebuf_hdrptr(), rimebuf_totlen());