From a473b6ff330534c8406cac57b76ffe7c0b0c81db Mon Sep 17 00:00:00 2001 From: adamdunkels <adamdunkels> Date: Tue, 22 May 2007 21:08:24 +0000 Subject: [PATCH] Made TR1001 work with Rime --- platform/esb/net/tr1001-rime.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/platform/esb/net/tr1001-rime.c b/platform/esb/net/tr1001-rime.c index cbe63a595..a13e3ef91 100644 --- a/platform/esb/net/tr1001-rime.c +++ b/platform/esb/net/tr1001-rime.c @@ -28,7 +28,7 @@ * * This file is part of the Contiki operating system. * - * @(#)$Id: tr1001-rime.c,v 1.1 2007/03/15 21:56:16 adamdunkels Exp $ + * @(#)$Id: tr1001-rime.c,v 1.2 2007/05/22 21:08:24 adamdunkels Exp $ */ #include "contiki-esb.h" @@ -46,6 +46,8 @@ PROCESS_THREAD(tr1001_rime_process, ev, data) tr1001_init(&tr1001_rime_process); + rime_set_output(rime_driver_send); + while(1) { int len;