tr1001 init fix

This commit is contained in:
fros4943 2007-03-16 12:19:33 +00:00
parent cb6bda5378
commit 997a286b5d

View file

@ -28,7 +28,7 @@
* *
* This file is part of the Contiki operating system. * This file is part of the Contiki operating system.
* *
* $Id: radio-sniffer.c,v 1.1 2006/10/09 10:08:40 adamdunkels Exp $ * $Id: radio-sniffer.c,v 1.2 2007/03/16 12:19:33 fros4943 Exp $
*/ */
/** /**
@ -56,7 +56,7 @@ PROCESS_THREAD(radio_sniffer_process, ev, data)
static int len; static int len;
PROCESS_BEGIN(); PROCESS_BEGIN();
tr1001_init(); tr1001_init(&radio_sniffer_process);
printf("Radio sniffer started\n"); printf("Radio sniffer started\n");