Fixed segfault with Xenomai timer_xeno.c
authoretisserant
Wed, 18 Apr 2007 13:06:39 +0200
changeset 170 d069631e9ca9
parent 169 90c0a676e631
child 171 db7a030babb2
Fixed segfault with Xenomai timer_xeno.c
drivers/timers_xeno/timers_xeno.c
--- a/drivers/timers_xeno/timers_xeno.c	Wed Apr 18 13:05:55 2007 +0200
+++ b/drivers/timers_xeno/timers_xeno.c	Wed Apr 18 13:06:39 2007 +0200
@@ -107,7 +107,7 @@
 		return;
 	}
 	// start timerloop_task
-	ret = rt_task_start(ReceiveLoop_task,&ReceiveLoop_task_proc,(void*)fd0);
+	ret = rt_task_start(ReceiveLoop_task,ReceiveLoop_task_proc,(void*)fd0);
 	if (ret) {
 		printf("Failed to start ReceiveLoop_task number %d, code %d\n", id, errno);
 		return;