implicit declaration error:

work around?


Index: rtdm/module.c
===================================================================
--- rtdm/module.c       (revision 174)
+++ rtdm/module.c       (working copy)
@@ -174,7 +174,7 @@
     if (pdrvstruc->master)
         {
             my_mutex_acquire(&pdrvstruc->masterlock,TM_INFINITE);
-            ecrt_master_send_ext(pdrvstruc->master);
+            //ecrt_master_send_ext(pdrvstruc->master);
             my_mutex_release(&pdrvstruc->masterlock);
       }
 }

-- 
C-x C-s, C-x C-c
_______________________________________________
etherlab-users mailing list
[email protected]
http://lists.etherlab.org/mailman/listinfo/etherlab-users

Reply via email to