include/sync.h
changeset 291 6165554cbfe9
parent 263 d221d387ad2f
child 378 d2abf6c8c27b
--- a/include/sync.h	Sun Sep 30 22:34:10 2007 +0200
+++ b/include/sync.h	Sun Sep 30 22:35:48 2007 +0200
@@ -35,10 +35,10 @@
 
 /** transmit a SYNC message and trigger sync TPDOs
  */
-UNS8 sendSYNC (CO_Data* d, UNS32 cob_id);
+UNS8 sendSYNC (CO_Data* d);
 /** transmit a SYNC message on CAN bus
  */
-UNS8 sendSYNCMessage(CO_Data* d, UNS32 cob_id);
+UNS8 sendSYNCMessage(CO_Data* d);
 
 /** This function is called when the node is receiving a SYNC message (cob-id = 0x80).
  *  - check if the node is in OERATIONAL mode. (other mode : return 0 but does nothing).