examples/dc_user/main.c
changeset 1466 362147819ca1
parent 1449 6d1ef8afeaab
child 1804 742607c464c4
--- a/examples/dc_user/main.c	Fri May 15 09:05:27 2009 +0000
+++ b/examples/dc_user/main.c	Fri May 15 09:06:28 2009 +0000
@@ -164,7 +164,7 @@
         app_time.tv_usec -= 1000000;
         app_time.tv_sec++;
     }
-    ecrt_master_application_time(master, EC_TIMEVAL2NANO(&app_time));
+    ecrt_master_application_time(master, EC_TIMEVAL2NANO(app_time));
 
     if (sync_ref_counter) {
         sync_ref_counter--;