examples/dc_rtai/dc_rtai_sample.c
changeset 1466 362147819ca1
parent 1449 6d1ef8afeaab
child 1500 ed1a733efbc5
--- a/examples/dc_rtai/dc_rtai_sample.c	Fri May 15 09:05:27 2009 +0000
+++ b/examples/dc_rtai/dc_rtai_sample.c	Fri May 15 09:06:28 2009 +0000
@@ -220,7 +220,7 @@
             tv.tv_usec -= 1000000;
             tv.tv_sec++;
         }
-        ecrt_master_application_time(master, EC_TIMEVAL2NANO(&tv));
+        ecrt_master_application_time(master, EC_TIMEVAL2NANO(tv));
             
         if (sync_ref_counter) {
             sync_ref_counter--;